-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from takos22/1.3.x
- Loading branch information
Showing
65 changed files
with
6,318 additions
and
518 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 |
---|---|---|
@@ -1,31 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
title: '[BUG] ' | ||
labels: 'bug' | ||
assignees: 'takos22' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
## Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
## To Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
## Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
## Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Python (please complete the following information):** | ||
- Version [e.g. 3.7] | ||
- OS: [e.g. Windows] | ||
## Environment information: | ||
- OS: [e.g. Windows 10] | ||
- Python version: [e.g. 3.7.6] | ||
- codingame module version: [e.g. 1.0.1] | ||
|
||
**Additional context** | ||
## 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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Security bug report | ||
url: https://mailxto.com/hibec0 | ||
about: To avoid leaking the security issues, send me a mail at takos2210@gmail.com. | ||
- name: Need help? | ||
url: https://discord.gg/PGC3eAznJ6 | ||
about: Join the discord support server |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
title: '[FR] ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
## Related problem | ||
A clear and concise description of a problem this feature request is related to. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
## Wanted solution | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
## Considered alternatives | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
## 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
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,12 @@ | ||
name: "Convert TODOs to issues" | ||
|
||
on: ["push"] | ||
|
||
jobs: | ||
build: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "actions/checkout@master" | ||
- name: "TODO to Issue" | ||
uses: "alstr/todo-to-issue-action@v4.2" | ||
id: "todo" |
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
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
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
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
Oops, something went wrong.