-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ee674c
commit 69d0706
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? | ||
--> |