Skip to content

Commit

Permalink
Merge pull request #450 from node-red-contrib-themes/theme-request
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech authored Jun 28, 2024
2 parents a8bef49 + 2518937 commit 109dd71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: "Theme request"
description: "Suggest a new theme"
title: "Theme request"
labels: ['theme-request']
body:
- type: markdown
attributes:
value: |
This issue form is for requesting themes only!
This form is for theme requests only!
If you found a bug, please use the [Bug Report][br] form.
If you found a bug, please use the [Bug Report][bug-report] form.
For general questions, use the [Discussions][discussions] section.
For general questions, please use the [Discussions][discussions] section.
[br]: https://github.com/node-red-contrib-themes/theme-collection/issues/new?assignees=&labels=theme-request&template=01_bug_report.yml&title=
[bug-report]: https://github.com/node-red-contrib-themes/theme-collection/issues/new?template=01-bug-report.yml
[discussions]: https://github.com/node-red-contrib-themes/theme-collection/discussions/new?category=general
- type: textarea
Expand All @@ -22,6 +21,6 @@ body:
- short description
- links for reference
- screenshots
- screenshots
validations:
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ body:
For general questions, use the [Discussions][discussions] section.
If you have a theme request, please use the [Theme Request][tr] form.
If you have a theme request, please use the [Theme Request][theme-request] form.
[discussions]: https://github.com/node-red-contrib-themes/theme-collection/discussions/new?category=general
[tr]: https://github.com/node-red-contrib-themes/theme-collection/issues/new?assignees=&labels=theme-request&template=02_theme_request.yml&title=
[theme-request]: https://github.com/node-red-contrib-themes/theme-collection/discussions/new?category=theme-request
- type: textarea
attributes:
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ contact_links:
- name: Questions
url: https://github.com/node-red-contrib-themes/theme-collection/discussions/new?category=general
about: Ask your question in the Discussions section
- name: Theme request
url: https://github.com/node-red-contrib-themes/theme-collection/discussions/new?category=theme-request
about: Suggest a new theme

0 comments on commit 109dd71

Please sign in to comment.