aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-11-26 22:52:04 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-11-26 22:52:04 +0800
commit1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f (patch)
treebfffa2eed4c3abbe7251252f0d9c5c213916015e
parentdcf19e5226ab0a4f5ffb1f2900dc8558e6a665dd (diff)
downloaddexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar.gz
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar.bz2
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar.lz
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar.xz
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.tar.zst
dexon-sol-tools-1b45aa59746c5cd7bfc18b4c2a3847bc27a8904f.zip
Remove the instruction to prefix PRs with package name from a/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.