-
Notifications
You must be signed in to change notification settings - Fork 10
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: Henry Wang <[email protected]>
- Loading branch information
Showing
5 changed files
with
74 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,28 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug to help improve finch-daemon | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
Briefly describe the problem you are having. | ||
|
||
|
||
**Steps to reproduce** | ||
A clear, step-by-step set of instructions to reproduce the bug. | ||
|
||
|
||
**Expected behavior** | ||
Description of what you expected to happen. | ||
|
||
|
||
**Screenshots or logs** | ||
If applicable, add screenshots or logs to help explain your problem. | ||
|
||
|
||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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: Ask a question | ||
url: https://github.com/runfinch/finch-daemon/discussions | ||
about: Use GitHub Discussions to ask questions, discuss options, or propose new ideas |
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,19 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a new feature for finch-daemon | ||
title: '' | ||
labels: 'feature' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What is the problem you're trying to solve?.** | ||
A clear and concise description of the use case for this feature. Please provide an example, if possible. | ||
|
||
|
||
**Describe the feature you'd like** | ||
A clear and concise description of what you'd like to happen. | ||
|
||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,14 @@ | ||
Issue #, if available: | ||
|
||
*Description of changes:* | ||
|
||
*Testing done:* | ||
|
||
|
||
|
||
- [ ] I've reviewed the guidance in CONTRIBUTING.md | ||
|
||
|
||
#### License Acceptance | ||
|
||
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. |
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,8 @@ | ||
.idea | ||
.vscode | ||
bin | ||
coverage-report.out | ||
unit-test-coverage-report.html | ||
.DS_Store | ||
*.test | ||
build |