Skip to content

Commit

Permalink
Merge pull request #85 from Loop3D/fix_issue_templates_remove_value
Browse files Browse the repository at this point in the history
Fix issue templates - remove value
  • Loading branch information
AngRodrigues authored May 29, 2024
2 parents 74a1037 + 50751a9 commit c8bcc0e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 110 deletions.
6 changes: 1 addition & 5 deletions .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 Expand Up @@ -80,12 +80,8 @@ body:
description: "Select the severity level of the bug."
options:
- label: "Low"
value: "low"
- label: "Medium"
value: "medium"
- label: "High"
value: "high"
- label: "Critical"
value: "critical"
validations:
required: true
6 changes: 3 additions & 3 deletions .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 All @@ -9,7 +9,7 @@ body:
## Documentation Request
Please use this template to suggest an improvement or addition to map2loop documentation.
Provide as much detail as possible to help us understand and implement your request efficiently.
Provide as much detail as possible to help us understand and implement your request efficiently
- type: input
id: doc_title
Expand All @@ -33,7 +33,7 @@ body:
id: additional_context
attributes:
label: "Additional Context"
description: "Provide any other context or information that may be helpful."
description: "Any other context or information that may be helpful."
placeholder: "Enter any additional context"
validations:
required: false
21 changes: 12 additions & 9 deletions .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 Expand Up @@ -41,7 +51,7 @@ body:
id: proposed_solution
attributes:
label: "Proposed Solution"
description: "Describe how you envision the feature working. Include any specific requirements or details."
description: "Describe how you envision the feature working. Include any specific requirements or details"
placeholder: "Explain how the feature should work"
validations:
required: true
Expand All @@ -62,16 +72,9 @@ body:
description: "Select the areas of the project that this feature request impacts."
options:
- label: "input data"
value: "input data"
- label: "project creation"
value: "project creation"
- label: "samplers"
value: "samplers"
- label: "sorters"
value: "sorters"
- label: "stratigraphic column"
value: "stratigraphic column"
- label: "data types"
value: "data types"
- label: "Other"
value: "other"
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## Description

Please include a summary of the changes and the related issue. Include relevant motivation and context, if appropriate.
📝 Thanks for contributing to map2loop!
Please describe the issue that this pull request addresses and summarize the changes you are implementing.
Include relevant motivation and context, if appropriate.
List any new dependencies that are required for this change.

Fixes #(issue)

## Type of change

- [ ] Documentation update
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Test improvement

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes.
Please describe any tests that you ran to verify your changes.
Provide branch name so we can reproduce.

## Checklist:
Expand All @@ -24,4 +29,10 @@ Provide branch name so we can reproduce.
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] My tests run with pytest from the map2loop folder
- [ ] New and existing tests pass locally with my changes

## Checklist continued (if PR includes changes to documentation)
- [ ] I have built the documentation locally with make.bat
- [ ] I have built this documentation in docker, following the docker configuration in map2loop/docs
- [ ] I have checked my spelling and grammar
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
24 changes: 0 additions & 24 deletions .github/pull_request_template/bug_fix_template.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/pull_request_template/docs_update_template.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/pull_request_template/tests_improvement_template.md

This file was deleted.

0 comments on commit c8bcc0e

Please sign in to comment.