Skip to content

Commit

Permalink
Adding some repo setup files (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Wang <[email protected]>
  • Loading branch information
henry118 authored Aug 20, 2024
1 parent fedbffe commit b33e6ec
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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.
8 changes: 8 additions & 0 deletions .gitignore
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

0 comments on commit b33e6ec

Please sign in to comment.