summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExpoSeed <>2020-09-27 18:09:35 -0500
committerExpoSeed <>2020-09-27 18:09:35 -0500
commit933e180dd6fd721742af60cd209af11bab7e5ca4 (patch)
tree2d49b9a906e6947ed875546afae4cd270cede0ae
parent70f7d4f256fc76caa3d132908e59598db5ff4549 (diff)
Remove breaking change line
-rw-r--r--.github/pull_request_template.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 9c61ba2be..a56a168b8 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,7 +7,6 @@
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Decompilation (matching, fixing nonmatching, fakematching, etc.)
- [ ] Documentation (naming symbols, commenting, etc.)
-- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Style (code style refactors, typo, etc.)
- [ ] Other: <!--- replace this comment with your type of change -->