Skip to content

Commit ed0b0f7

Browse files
committed
docs: update feature request and issues config
1 parent b40d819 commit ed0b0f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ contact_links:
1212
- name: 🤝 Contributing Guide
1313
url: https://github.com/Crosstalk-Solutions/project-nomad/blob/main/CONTRIBUTING.md
1414
about: Learn how to contribute to Project N.O.M.A.D.
15+
- name: 📅 Roadmap
16+
url: https://roadmap.projectnomad.us
17+
about: See our public roadmap, vote on features, and suggest new ones

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for your interest in improving Project N.O.M.A.D.!
9+
Thanks for your interest in improving Project N.O.M.A.D.! Before you submit a feature request, consider checking our [roadmap](https://roadmap.projectnomad.us) to see if it's already planned or in progress. You're welcome to suggest new ideas there if you don't plan on opening PRs yourself.
10+
1011
1112
**Please note:** Feature requests are not guaranteed to be implemented. All requests are evaluated based on alignment with the project's goals, feasibility, and community demand.
1213
1314
**Before submitting:**
14-
- Search existing feature requests to avoid duplicates
15+
- Search existing feature requests and our [roadmap](https://roadmap.projectnomad.us) to avoid duplicates
1516
- Consider if this aligns with N.O.M.A.D.'s mission: offline-first knowledge and education
17+
- Consider the technical feasibility of the feature: N.O.M.A.D. is designed to be containerized and run on a wide range of hardware, so features that require heavy resources (aside from GPU-intensive tasks) or complex host configurations may be less likely to be implemented
18+
- Consider the scope of the feature: Small, focused enhancements that can be implemented incrementally are more likely to be implemented than large, broad features that would require significant development effort or have an unclear path forward
19+
- If you're able to contribute code, testing, or documentation, that significantly increases the chances of your feature being implemented
1620
1721
- type: dropdown
1822
id: feature-category

0 commit comments

Comments
 (0)