From a8dd3d46295200a3fbd2de83f20b7b2470f29ed9 Mon Sep 17 00:00:00 2001 From: Mike Brashler Date: Sat, 12 Nov 2022 11:02:47 -0800 Subject: [PATCH] Update CONTRIBUTING.md Added `someday maybe` label to our [Issue and Pull Request Labels](https://github.com/w7sst/MorseRunner/blob/main/.github/CONTRIBUTING.md#issue-and-pull-request-labels) section of CONTRIBUTING.md. --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dcd8bdd..83b99e8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -366,6 +366,7 @@ Label name | Search | Description `help wanted` | [search](https://github.com/search?q=is%3Aopen+is%3Aissue+repo%3Aw7sst%2FMorseRunner+label%3A"help+wanted") | Extra attention is needed. The MorseRunner team would appreciate help from the community in resolving these issues. `invalid` | [search](https://github.com/search?q=is%3Aopen+is%3Aissue+repo%3Aw7sst%2FMorseRunner+label%3Ainvalid) | Issues which aren't valid (e.g. user errors). `more information needed` | [search](https://github.com/search?q=is%3Aopen+is%3Aissue+repo%3Aw7sst%2FMorseRunner+label%3A"more+information+needed") | Likely bugs, but haven't been reliably reproduced. +`someday maybe` | [search](https://github.com/search?q=is%3Aopen+is%3Aissue+repo%3Aw7sst%2FMorseRunner+label%3A"someday+maybe") | Issues/Ideas to be considered in the future. `wontfix` | [search](https://github.com/search?q=is%3Aopen+is%3Aissue+repo%3Aw7sst%2FMorseRunner+label%3Awontfix) | The MorseRunner reviewer team has decided not to fix these issues now, either because they're not working as intended or for some other reason. #### Topic Categories