Skip to content

Commit

Permalink
Add CODEOWNERS and ISSUE_TEMPLATE (leaderboardsgg#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RageCage64 authored Jan 6, 2022
1 parent 1c68221 commit f41a1c1
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @leaderboardsgg/backend-team
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug: {short description}'
labels: bug, needs triage
assignees: ''

---

{Summary of bug}

### Step(s) to Reproduce
{Numbered list of step(s)}

### Expected Result
{Summary of expected result}

### Actual Outcome
{Description of actual outcome}
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
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea to add support for to this project
title: 'Feature Request: {short description}'
labels: enhancement, needs triage
assignees: ''

---

{Detailed description}

### Affected Functionality
{Any known functionality impacted, or Unknown if further research needs to be done}

### Other Relevant Issues
{Links to Relevant Issues}
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest-a-task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Suggest a task
about: Suggest an idea for improving this project without changing functionality
title: 'Task: {short description}'
labels: 'needs triage'
assignees: ''

---

{Detailed description}

### Affected Functionality
{Any known functionality impacted, or Unknown if further research needs to be done}

### Other Relevant Issues
{Links to Relevant Issues}

0 comments on commit f41a1c1

Please sign in to comment.