Skip to content

Commit

Permalink
fix: keep things light
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed May 28, 2024
1 parent dcbad85 commit 50751a9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Bug Report"
name: "🐛 Bug Report"
description: "Report a bug or an issue in map2loop"
title: "[Bug] - "
labels: ["bug"]
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Documentation Request"
name: "📓 Documentation Request"
description: "Help us improve map2loop documentation!"
title: "[Documentation] - "
labels: ["documentation"]
Expand Down
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Feature Request"
name: "🚀 Feature Request"
description: "Suggest a new feature or enhancement for map2loop"
title: "[Feature Request] - "
labels: ["enhancement", "feature request"]
Expand All @@ -10,6 +10,16 @@ body:
Please use this template to submit your feature request. Provide as much detail as possible to help us understand and implement your request efficiently.
- type: checkboxes
id: input1
attributes:
label: "💻"
description: |
Check this if you would like to try and implement your vision in a PR.
The map2loop team will help you go through the process
options:
- label: Would you like to work on this feature?

- type: input
id: feature_title
attributes:
Expand Down
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/pull_request_template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Question"
name: "💬 Question"
description: "Ask a question about map2loop!"
title: "[Question] - "
labels: ["question"]
Expand Down

0 comments on commit 50751a9

Please sign in to comment.