Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct issue filter statement in README #7

Closed
rfuehrer opened this issue Mar 26, 2020 · 2 comments · Fixed by #16
Closed

Correct issue filter statement in README #7

rfuehrer opened this issue Mar 26, 2020 · 2 comments · Fixed by #16
Labels
documentation Improvements or additions to documentation

Comments

@rfuehrer
Copy link
Member

rfuehrer commented Mar 26, 2020

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 rfuehrer added the documentation Improvements or additions to documentation label Mar 26, 2020
@rfuehrer
Copy link
Member Author

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

@rfuehrer
Copy link
Member Author

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

rfuehrer added a commit that referenced this issue Mar 28, 2020
rfuehrer added a commit that referenced this issue Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

Successfully merging a pull request may close this issue.

1 participant