Skip to content

Commit

Permalink
Fix discussion templates (#1592)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* The discussion templates were badly-formed. This hopefully fixes them.

### Does this PR introduce a breaking change?

No.

### Other information:

https://docs.github.com/en/discussions/managing-discussions-for-your-community/syntax-for-discussion-category-forms
  • Loading branch information
Zeitsperre authored Jan 15, 2024
2 parents 07150a7 + 6205070 commit 280db31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/DISCUSSION_TEMPLATE/questions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "[Questions] Questions and/or support"
description: Ask for help from the developers
title: "[Questions] "
labels: [ "support" ]

body:
Expand Down
3 changes: 1 addition & 2 deletions .github/DISCUSSION_TEMPLATE/translations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "[Translations] Translation request/coordination"
description: Coordinate translations of the Xclim documentation
title: "[Translations] "
labels: [ "docs" ]

body:
Expand Down
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
- 'docs/**/*'
- 'AUTHORS.rst'
- 'CONTRIBUTING.rst'
- 'CODE_OF_CONDUCT.md'
- 'DISCUSSION_TEMPLATE/**/*'
- 'ISSUE_TEMPLATE/**/*'
- 'ISSUE_TEMPLATE.md'
- 'PULL_REQUEST_TEMPLATE.md'
Expand Down

0 comments on commit 280db31

Please sign in to comment.