-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
- Loading branch information
1 parent
f749b47
commit 06855b7
Showing
2 changed files
with
63 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '[Bug]: ' | ||
labels: ['bug', triage'] | ||
assignees: '' | ||
--- | ||
|
||
**What steps did you take and what happened:** | ||
|
||
[A clear and concise description of what the bug is.] | ||
|
||
**What did you expect to happen:** | ||
|
||
[Expected outcome listed here.] | ||
|
||
**Anything else you would like to add:** | ||
|
||
[Miscellaneous information that will assist in solving the issue.] | ||
|
||
**Environment:** | ||
|
||
- Witness version: | ||
- Architecture: | ||
- Attestors used: | ||
- Archivista 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,37 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '[Feat]: ' | ||
labels: ['feature', 'triage'] | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the solution you'd like:** | ||
|
||
[A clear and concise description of what you want to happen.] | ||
|
||
**User value:** | ||
|
||
[Why will this feature be valuable to you? Why will this be valuable to others?] | ||
|
||
**Expected behavior:** | ||
|
||
[What would you like to see happen] | ||
|
||
**Proposed solution:** | ||
|
||
[If you're able, describe possible solution workflow] | ||
|
||
**Anything else you would like to add:** | ||
|
||
[Miscellaneous information that will assist in solving the issue.] | ||
|
||
**Testing changes required:** | ||
|
||
[List possible testing changes required, if none please explain, if unsure assignee will assist] | ||
|
||
**Documentation changes required:** | ||
|
||
[List possible documentation changes required, if none please explain, if unsure assignee will assist] | ||
Footer |