Skip to content

Commit

Permalink
chore: Add issue templates (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
navasvarela authored Sep 20, 2024
1 parent 4ee674c commit 69d0706
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: Report a bug in Nada DSL
---

<!--
This issue tracker is a tool to address bugs in Nada DSL itself. Please use
Github Discussions for questions about your own code.
Replace this comment with a clear outline of what the bug is.
-->

<!--
Describe how to replicate the bug.
Include a minimal reproducible example that demonstrates the bug.
Include the full traceback if there was an exception.
-->

<!--
Describe the expected behavior that should have happened but didn't.
-->

Environment:

- Python version:
- Nada DSL version:
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions
url: https://github.com/orgs/NillionNetwork/discussions
about: Ask questions about your own code on the Nillion Discussions tab.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest a new feature for Nada DSL
---

<!--
Replace this comment with a description of what the feature should do.
Include details such as links to relevant specs or previous discussions.
-->

<!--
Replace this comment with an example of the problem which this feature
would resolve. Is this problem solvable without changes to Nada DSL, such
as by subclassing or using an extension?
-->

0 comments on commit 69d0706

Please sign in to comment.