aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-26 22:54:50 +0800
committerGitHub <noreply@github.com>2018-11-26 22:54:50 +0800
commit2648f5ba654ccc22d96a0755c0a24ef628054d02 (patch)
treebfffa2eed4c3abbe7251252f0d9c5c213916015e
parentdcf19e5226ab0a4f5ffb1f2900dc8558e6a665dd (diff)
parent1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f (diff)
downloaddexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar.gz
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar.bz2
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar.lz
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar.xz
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.tar.zst
dexon-sol-tools-2648f5ba654ccc22d96a0755c0a24ef628054d02.zip
Merge pull request #1323 from 0xProject/feature/contributing-autolabeler
Remove the instruction to prefix PRs with package name from PULL_REQUEST_TEMPLATE.md
-rw-r--r--PULL_REQUEST_TEMPLATE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 9bacbcede..70c5e8a9f 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -21,7 +21,6 @@
<!--- The following points should be used to indicate the progress of your PR. Put an `x` in all the boxes that apply right now, and come back over time and check them off as you make progress. If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
* [ ] Prefix PR title with `[WIP]` if necessary.
-* [ ] Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`.
* [ ] Add tests to cover changes as needed.
* [ ] Update documentation as needed.
* [ ] Add new entries to the relevant CHANGELOG.jsons.