forked from leaderboardsgg/leaderboard-backend-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CODEOWNERS and ISSUE_TEMPLATE (leaderboardsgg#8)
- Loading branch information
1 parent
1c68221
commit f41a1c1
Showing
5 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 @@ | ||
* @leaderboardsgg/backend-team |
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: 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} |
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 @@ | ||
blank_issues_enabled: false |
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,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} |
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,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} |