Skip to content

Commit

Permalink
Significantly shorten description of refactoring issues
Browse files Browse the repository at this point in the history
GitHub has a 200 character limit. Go figure.
  • Loading branch information
Robert Grimm committed Oct 1, 2019
1 parent 6f92094 commit 16eb6c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/refactoring.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
name: Refactoring
about: >
Some artifact in the code base that needs to be replaced. It may be cross-
cutting, as in "replace string identifier with newtype wrapping usize," or
concerning a specific abstraction (or lack thereof), as in "consolidate
helper functions for testing relation expressions in new module." If in doubt
about whether an issue is a bug or refactoring, choose refactoring. If in
doubt whether an issue is a refactoring or feature, choose feature.
Rewrite part of the code base. The change may be cross-cutting. When in doubt,
favor feature over refactoring and refactoring over bug.
labels: C-refactoring
---

Expand Down

0 comments on commit 16eb6c6

Please sign in to comment.