Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
## Bug Report
Thanks for submitting a bug report to map2loop!
Please use this template to report a bug. Please provide as much detail as possible to help us reproduce and fix the issue efficiently.

- type: input
id: bug_title
attributes:
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
required: true
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ body:
attributes:
value: |
## 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.

- type: input
id: doc_title
attributes:
Expand All @@ -36,4 +34,4 @@ body:
description: "Provide any other context or information that may be helpful."
placeholder: "Enter any additional context"
validations:
required: false
required: false
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ body:
attributes:
value: |
## Feature Request

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: input
id: feature_title
attributes:
Expand Down Expand Up @@ -62,16 +60,10 @@ 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"
- label: "faults"
- label: "Other"
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/pull_request_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pull_request_templates:
- name: Bug Fix Template
description: Use this template for bug fixes.
file: pull_request_template/bug_fix_template.md

- name: Feature Template
description: Use this template for adding new features.
file: pull_request_template/feature_template.md
Expand All @@ -15,4 +15,4 @@ pull_request_templates:

- name: Test Improvement Template
description: Use this template for adding a new test.
file: pull_request_template/tests_improvement_template.md
file: pull_request_template/tests_improvement_template.md
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ body:
attributes:
value: |
## Question

Please use this template to ask a question about applying map2loop to your data.
Provide as much detail as possible to help us understand and answer your question efficiently.

- type: input
id: question_title
attributes:
Expand Down Expand Up @@ -45,4 +43,4 @@ body:
description: "Provide any other context or information that may be helpful in answering your question."
placeholder: "Enter any additional context"
validations:
required: false
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Provide branch name so we can reproduce.

## Checklist:

- [ ] This branch is up-to-date with master
- [ ] All gh-action checks are passing
- [ ] This branch is up-to-date with the master branch
- [ ] All github-action checks are passing
- [ ] I have performed a self-review of my own code
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
Expand Down
6 changes: 3 additions & 3 deletions .github/pull_request_template/docs_update_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Provide branch name so we can reproduce.

## Checklist:

- [ ] This branch is up-to-date with master
- [ ] All gh-action checks are passing
- [ ] This branch is up-to-date with the master branch
- [ ] All github-action checks are passing
- [ ] I have performed a self-review of my own documentation
- [ ] I have built the documentation locally with make.bat
- [ ] I have built this documentation in docker, following the docker configuration in map2loop/docs
- [ ] My documentation follows the style guidelines of this project
- [ ] I have checked my spelling and grammar
- [ ] I have checked my spelling and grammar
4 changes: 2 additions & 2 deletions .github/pull_request_template/feature_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Provide branch name so we can reproduce.

## Checklist:

- [ ] This branch is up-to-date with master
- [ ] All gh-action checks are passing
- [ ] This branch is up-to-date with the master branch
- [ ] All github-action checks are passing
- [ ] I have performed a self-review of my own code
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Fixes #(issue)
Please describe the tests that you ran to verify your changes.
Provide branch name so we can reproduce.

## Checklist:
## Checklist:

- [ ] This branch is up-to-date with master
- [ ] All gh-action checks are passing
- [ ] This branch is up-to-date with the master branch
- [ ] All github-action checks are passing
- [ ] My tests run with pytest from the map2loop folder
- [ ] I have performed a self-review of my own tests
- [ ] My tests follow the style guidelines of this project
- [ ] I have commented my tests, particularly in hard-to-understand areas
- [ ] New and existing unit tests pass locally with my changes
- [ ] New and existing unit tests pass locally with my changes