Skip to content

Commit

Permalink
Add basic issue template and configuration file for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 12, 2024
1 parent de03294 commit d7ccbaa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/1-contributors-template.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit d7ccbaa

Please sign in to comment.