From f32223b3fa01c6d118376e64a2d230ad862f0f1b Mon Sep 17 00:00:00 2001 From: Flexo013 Date: Tue, 23 Jul 2019 20:54:53 +0200 Subject: [PATCH] Create proposal --- Label-proposal.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 Label-proposal.md diff --git a/Label-proposal.md b/Label-proposal.md new file mode 100644 index 0000000..ed94884 --- /dev/null +++ b/Label-proposal.md @@ -0,0 +1,43 @@ +### Proposed Issue Labels + +| New label | Old label | Description | Changes/Reasoning | +| --------------------- | --------------------- | --------------------------------------------------------------------------------------- | ------------------------------ | +| bug | bug | Issue concerns a bug. | | +| level 1 | level 1 | Minorly damaged: App is still usuable, but minor features might not work. | For example: #3139 | +| level 2 | | Majorly damaged: App is barely usuable, since major features are not working. | For example: #3018 | +| level 3 | level 2 | Completely damaged: App is entirely unusable. | For example: #3100 | +| discussion | discussion | Issue concerns a discussion. | | +| funded on IssueHunt | Funded on IssueHunt | Issue has received funding that will be rewarded to the contributor solving this issue. | Capitals and removed duplicate | +| rewarded on IssueHunt | Rewarded on IssueHunt | Issue has been resolved and a contributor has been rewarded. | Capitals | +| duplicate | duplicate | Issue is a duplicate. | | +| feature request | feature request | Issue is a new feature request. | | +| improvement request | improvement request | Issue concerns an existing feature that needs improvement. | | +| needs investigation | investigating | Issue requires further investigation to locate or narrow down the problem. | Rephrased to be consistent | +| needs more info | need more information | Issue requires more information from the issue's reporter. | Rephrased to be shorter | +| question | question | Issue concerns a question. | | +| ui/ux | UI/UX | Issue is related to UI/UX. Currently used for a big rewrite that is occurring. | Description added | +| upstream issue | upstream issues | Issue cannot be fixed in Boostnote as the issue is caused by other external software. | Removed plural | +| won't fix | Won't Fix | Issue will not be fixed. | Capitals | + +*** + +## Proposed Pull Request Labels + +| New label | Old label | Description | Changes/Reasoning | +| ------------------ | ---------------- | --------------------------------------------------------- | ----------------------------------- | +| approved | approved | Pull request has been approved by sufficient reviewers. | | +| awaiting review | | Pull request is awaiting a review. | Allows reviewers to easily find PRs | +| needs extra review | Need more review | Pull request requires review from an additional reviewer. | | +| under review | in progress? | Pull request is currently under review. | Clearer wording | + +*** + +## Labels to discuss + +| New label | Old label | Description | Changes/Reasoning | +| ---------------- | --------------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------- | +| | help wanted | | This label can probably be removed as I don't think it has a clear purpose. | +| awaiting changes | in progress? | Pull request has been reviewed, but contributor needs to make changes. | This would introduce label spam, but could help with finding abandoned PRs. | +| security issue | security report | Issue concerns Boostnote's security. Usually high priority. | Nice, but this label doesn't help much except conveying priority. | +| refactor/rewrite | | Issue/PR concerning a code that should be rewritten to increase quality. | Not used a lot right now, but could help with low priority backlog. | +