-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add FEATURE_IDEAS.md #6284
Add FEATURE_IDEAS.md #6284
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest to call the file FEATURE_IDEAS.md
to make it clearer what its content is.
Codecov Report
@@ Coverage Diff @@
## develop #6284 +/- ##
========================================
Coverage 75.91% 75.91%
========================================
Files 1514 1514
Lines 163984 163984
========================================
Hits 124485 124485
Misses 39499 39499 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather not do things this way. There is already a mini-projects list:
which does get occasional updates:
It would be better to add to that than start a new file. However despite being the original author of many of these I think that issues are a much better way of tracking this sort of thing. They can be cross-referenced, have clearer updates from multiple people, integrate with the rest of how we work and have a much lower barrier to entry.
If this is a "number of open issues" issue then ... maybe a tag for "feature ideas" which can be excluded from the count?
( The content is good though, as is making this sort of thing better recorded. ) |
This adds FEATURES.md to gather together new features and research ideas that otherwise would fill the issues/PR backlog. Also provide a simple reference point for finding feature ideas or projects.
This removes the two files for FEATURES and MINI_PROJECTS and combines them into a single FEATURE_IDEAS file.
This adds FEATURE_IDEAS.md to gather together new features and research ideas
that otherwise would fill the issues/PR backlog. Also provide a simple
reference point for finding feature ideas or projects.
This now also combines the MINI_PROJECTS.md file into this one so there is a single location for all these kinds of ideas and projects.
Note that this would replace/close #28 #29 #40 #218 #265 #618 (and others as they are transitioned here).