forked from ArchipelagoMW/Archipelago
-
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.
Github: templates and new user interface (ArchipelagoMW#870)
* move some docs out of readme and link with the headers * PR template * bug report template * task and feature request templates * md cleanup * forgot the template * make expected results separate section * move pr template to .github. remove assignment field on tasks * add headers to pr template * Requested changes * suggested changes from @black-sliver and @SoldierofOrder * Update docs/code_of_conduct.md Co-authored-by: SoldierofOrder <[email protected]> * Update docs/contributing.md Co-authored-by: SoldierofOrder <[email protected]> * Update docs/contributing.md Co-authored-by: SoldierofOrder <[email protected]> Co-authored-by: Hussein Farran <[email protected]> Co-authored-by: SoldierofOrder <[email protected]>
- Loading branch information
1 parent
b66a265
commit d66f981
Showing
7 changed files
with
100 additions
and
19 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Bug Report | ||
description: File a bug report. | ||
title: "Bug: " | ||
labels: | ||
- bug | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! If this bug occurred during local generation check your | ||
Archipelago install for a log (probably `C:\ProgramData\Archipelago\logs`) | ||
and upload it with this report, as well as all yaml files used. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-results | ||
attributes: | ||
label: What were the expected results? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Software | ||
description: Where did this bug occur? | ||
options: | ||
- Website | ||
- Local generation | ||
- While playing | ||
validations: | ||
required: true |
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,17 @@ | ||
name: Feature Request | ||
description: Request a feature! | ||
title: "Category: " | ||
labels: | ||
- enhancement | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please replace `Category` in the title with what this feature will be targeting, such as Core generation, | ||
website, documentation, or a game. | ||
Note: this is not for requesting new games to be added. If you would like to request a game, the best place to | ||
ask is about it is in the [discord](https://archipelago.gg/discord). | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: What feature would you like to see? |
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,10 @@ | ||
name: Task | ||
description: Submit a task to be done. If this is not targeting core, it should likely be elsewhere. | ||
title: "Core: " | ||
labels: | ||
- core | ||
- enhancement | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What task needs to be completed? |
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 @@ | ||
Please format your title with what portion of the project this pull request is | ||
targeting and what it's changing. | ||
|
||
ex. "MyGame4: implement new game" or "Docs: add new guide for customizing MyGame3" | ||
|
||
## What is this fixing or adding? | ||
|
||
|
||
## How was this tested? | ||
|
||
|
||
## If this makes graphical changes, please attach screenshots. |
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 |
---|---|---|
|
@@ -61,26 +61,10 @@ This project makes use of multiple other projects. We wouldn't be here without t | |
* [Ocarina of Time Randomizer](https://github.com/TestRunnerSRL/OoT-Randomizer) | ||
|
||
## Contributing | ||
Contributions are welcome. We have a few asks of any new contributors. | ||
|
||
* Ensure that all changes which affect logic are covered by unit tests. | ||
* Do not introduce any unit test failures/regressions. | ||
|
||
Otherwise, we tend to judge code on a case to case basis. It is a generally good idea to stick to PEP-8 guidelines to ensure consistency with existing code. (And to make the linter happy.) | ||
|
||
For adding a new game to Archipelago and other documentation on how Archipelago functions, please see [the docs folder](docs/) for the relevant information and feel free to ask any questions in the #archipelago-dev channel in our discord. | ||
For contribution guidelines, please see our [Contributing doc.](/docs/contributing.md) | ||
|
||
## FAQ | ||
For frequently asked questions see the website's [FAQ Page](https://archipelago.gg/faq/en/) | ||
For Frequently asked questions, please see the website's [FAQ Page.](https://archipelago.gg/faq/en/) | ||
|
||
## Code of Conduct | ||
We conduct ourselves openly and inclusively here. Please do not contribute to an environment which makes other people uncomfortable. This means that we expect all contributors or participants here to: | ||
|
||
* Be welcoming and inclusive in tone and language. | ||
* Be respectful of others and their abilities. | ||
* Show empathy when speaking with others. | ||
* Be gracious and accept feedback and constructive criticism. | ||
|
||
These guidelines apply to all channels of communication within this GitHub repository. Please be respectful in both public channels, such as issues, and private, such as private messaging or emails. | ||
|
||
Any incidents of abuse may be reported directly to Ijwu at [email protected]. | ||
Please refer to our [code of conduct.](/docs/code_of_conduct.md) |
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,11 @@ | ||
# Code of Conduct | ||
We conduct ourselves openly and inclusively here. Please do not contribute to an environment which makes other people uncomfortable. This means that we expect all contributors or participants here to: | ||
|
||
* Be welcoming and inclusive in tone and language. | ||
* Be respectful of others and their abilities. | ||
* Show empathy when speaking with others. | ||
* Be gracious and accept feedback and constructive criticism. | ||
|
||
These guidelines apply to all channels of communication within this GitHub repository. Please be respectful in both public channels, such as issues, and private ones, such as private messaging or emails. | ||
|
||
Any incidents of abuse may be reported directly to ijwu at [email protected]. |
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 @@ | ||
# Contributing | ||
Contributions are welcome. We have a few requests of any new contributors. | ||
|
||
* Ensure that all changes which affect logic are covered by unit tests. | ||
* Do not introduce any unit test failures/regressions. | ||
* Follow styling as designated in our [styling documentation](/docs/style.md). | ||
|
||
Otherwise, we tend to judge code on a case to case basis. | ||
|
||
For adding a new game to Archipelago and other documentation on how Archipelago functions, please see | ||
[the docs folder](docs/) for the relevant information and feel free to ask any questions in the #archipelago-dev | ||
channel in our [Discord](https://archipelago.gg/discord). |