generaliinformatik / mycoradar

my co:radar - anonymous. solidary. safe.
http://mycoradar.de
MIT License
11 stars 6 forks source link

Correct issue filter statement in README #7

Closed rfuehrer closed 4 years ago

rfuehrer commented 4 years ago

Fix the README.md (and all language specific READMEs) to filter feature requests (closed and open). The working filter statement looks like:

is:issue -label:bug -label:duplicate -label:"good first issue" -label:"help wanted" -label:invalid -label:question -label:wontfix -label:generali -label:documentation -label:website

This is a workaround for the missing function of the logical operators at github queries (missing OR query)

(assuming that the current labels remain as they are)

rfuehrer commented 4 years ago

This one have to be implemented after merge of PR #6 to ensure that no conflicts need to be resolved

rfuehrer commented 4 years ago

The correct http link is:

https://github.com/generaliinformatik/mycoradar/issues?q=is%3Aissue+-label%3Abug+-label%3Aduplicate+-label%3A%22good+first+issue%22+-label%3A%22help+wanted%22+-label%3Ainvalid+-label%3Aquestion+-label%3Awontfix+-label%3Agenerali+-label%3Adocumentation+-label%3Awebsite