Skip to content

Commit

Permalink
Add .github and associated configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scragly committed Mar 26, 2021
1 parent d765172 commit 06ef90f
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 0 deletions.
Empty file added .github/CODEOWNERS
Empty file.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: scragly
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug Issue
about: Report a code or behaviour issue with the library.
labels: 'type: bug, status: unconfirmed'

---

### Current Behaviour:
<!-- Describe the bug you've found -->


### Expected Behavior:
<!-- Describe the behaviour that is meant to occur instead -->


### Standalone code to reproduce the issue:
<!-- Provide a simplified snippet of code that shows the problem -->


### Logs
<!-- Attach any relevant logs here -->


### Environment:
#### Platform:
<!-- Provide the OS you could reproduce the issue on (Linux, Windows, MacOS, etc) -->


#### Python:
<!-- Provide the python versions you could reproduce the issue with -->

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature Request
about: Ask for a feature addition or enhancement.
labels: 'type: feature, status: pending'

---

### Description:
<!-- Describe your feature proposal -->


### Possible Implementations:
<!-- Roughly outline some ways to implement your proposal -->


### Additional Information or Resources:
<!-- Provide any links to external resources, documentation, assets or info here -->


### Are you wanting to work on implementing this yourself?
<!-- Change one to [x] to tick your choice -->

- [ ] I'd like to implement this feature myself
- [ ] Anyone is able to claim this issue to work on


> :warning: No proposals are to be worked on until this issue has been given the `status: approved` tag.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: I'd like to ask info about the library.
labels: 'type: question, status: hold'

---

<!-- Put your question below -->


0 comments on commit 06ef90f

Please sign in to comment.