Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte committed Jan 31, 2024
1 parent edfef2c commit 3319431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ body:
and in a mature manner. If in doubt, refer to the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule)
and [Github''s Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).*'
type: markdown
description: "If you have a feature request \U0001F4A1"
description: "If you have a feature request for an existing Theme \U0001F4A1"
labels:
- feature request
name: "\U0001F680 Theme Feature Request"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ blank_issues_enabled: false
contact_links:
- name: πŸ’¬ Linux Mint Discussions
url: https://github.com/orgs/linuxmint/discussions
about: Engage with other members of the community. πŸ‘‹
about: Engage with other members of the community, e.g. ideas for new Themes πŸ‘‹
- name: ❓ Linux Mint Forums
url: https://forums.linuxmint.com/
about: Please ask and answer questions here. πŸ₯
2 changes: 1 addition & 1 deletion .github/feature_request_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'''

FEATURE_RQ = {'name': 'πŸš€ Theme Feature Request',
'description': "If you have a feature request πŸ’‘",
'description': "If you have a feature request for an existing Theme πŸ’‘",
'title': 'Theme Feature Request',
'labels': ['feature request'],
'body': [{'type': 'markdown',
Expand Down

0 comments on commit 3319431

Please sign in to comment.