diff --git a/.github/ISSUE_TEMPLATE/1-contributors-template.yml b/.github/ISSUE_TEMPLATE/1-contributors-template.yml new file mode 100644 index 0000000..768f20e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-contributors-template.yml @@ -0,0 +1,17 @@ +name: Contributors template +description: Template for an extensive description, to enable other contributors to discuss and and implement on a feature. +labels: ["status: novel issue"] + +body: + - type: textarea + id: description + attributes: + label: Description + - type: textarea + id: action + attributes: + label: Course of Action + - type: textarea + id: test + attributes: + label: Test Plan diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..29898b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,10 @@ +contact_links: + - name: FAForever Discord Server + url: https://discord.gg/GEseYDXVRA + about: Discuss the game, report bugs, and get help with modding and development! + - name: FAForever Forums + url: https://forum.faforever.com/ + about: Discuss the game and learn about the latest tournaments or news in the community! + - name: Looking for contributors + url: https://discord.gg/Rnpv8RwhdU + about: There's so much to do - we're always looking for contributors to help out with the project!