-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from biomarkersParkinson/remove-badge
Remove the broken badge, add coding guidelines and simplify PR/issue templates
- Loading branch information
Showing
9 changed files
with
132 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Bug report | ||
|
||
## Checklist before submitting an issue | ||
|
||
- [ ] I have checked the [existing issues](https://github.com/biomarkersParkinson/tsdf/issues) and couldn't find an issue about this bug. | ||
|
||
## Bug details | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
1. install `tsdf` using pip | ||
2. run method `example_method` with parameters | ||
3. ... | ||
|
||
**Error Message** | ||
|
||
If applicable, add the error message. | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Feature request | ||
|
||
## Checklist before submitting an issue | ||
|
||
- [ ] I have checked the [existing issues](https://github.com/biomarkersParkinson/tsdf/issues) and couldn't find an issue about this bug. | ||
|
||
## Feature details | ||
|
||
**Feature Description** | ||
A clear and concise description of the feature you're proposing. | ||
|
||
**Problem and Motivation** | ||
Please describe the problem you are facing or the limitation with the current setup. Explain the motivation behind this feature request. For example, "I'm always frustrated when [...]." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Blank issue | ||
|
||
## Checklist before submitting an issue | ||
|
||
- [ ] I have checked the [existing issues](https://github.com/biomarkersParkinson/tsdf/issues) and couldn't find an issue about this bug. | ||
|
||
## Issue details | ||
<!-- | ||
Whatever you write here must have something to do with the code you get from running `copier`. | ||
--> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Pull request | ||
|
||
## Describe your changes | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. | ||
|
||
## Type of change | ||
|
||
Please select options that are relevant. | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Other | ||
|
||
## Issue ticket number and link | ||
|
||
<!-- add all related issues to the list below --> | ||
Refs: | ||
- #ISSUE_NUMBER_1 | ||
- #ISSUE_NUMBER_2 | ||
|
||
## Checklist before requesting a review | ||
|
||
- [ ] I have read the [contribution guidelines](https://github.com/biomarkersParkinson/tsdf/blob/main/CONTRIBUTING.md) | ||
- [ ] I have documented my code, particularly in hard-to-understand areas | ||
- [ ] I have added tests that prove my fix is effective or that my feature works |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,26 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a pull request to contribute to the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
# Pull request | ||
|
||
--- | ||
## Describe your changes | ||
|
||
## Description | ||
<!-- Provide a detailed description of the changes or features implemented in this pull request. Explain the problem it solves or the feature it adds to the project. --> | ||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. | ||
|
||
## Related Issue(s) | ||
<!-- List related issues or tasks that this pull request addresses. Use the format `#issue_number` to automatically link them here. --> | ||
## Type of change | ||
|
||
Please select options that are relevant. | ||
|
||
## Type of Change | ||
<!-- Identify the type of change(s) made in this pull request. Check all that apply. --> | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Enhancement to an existing feature | ||
- [ ] Documentation update | ||
- [ ] Other (please specify): | ||
|
||
## How Has This Been Tested? | ||
<!-- Describe the tests that you ran to verify your changes. Include relevant details for your test configuration or mention which tests cover these changes. --> | ||
|
||
## Checklist | ||
- [ ] I have followed the project's style guidelines. | ||
- [ ] My code includes relevant unit tests to cover my changes. | ||
- [ ] I have updated the documentation to reflect my changes (if applicable). | ||
- [ ] My changes do not introduce any new warnings or errors. | ||
- [ ] I have performed a self-review of my own code. | ||
- [ ] All new and existing unit tests pass successfully with my changes. | ||
- [ ] My commit messages are clear and meaningful. | ||
- [ ] Other | ||
|
||
## Additional Notes | ||
<!-- Include any additional information, or notes that may be relevant or helpful to reviewers. --> | ||
## Issue ticket number and link | ||
|
||
## Impact | ||
<!-- Describe any potential impacts this change may have on the project. This can include, but is not limited to, performance implications, changes in behavior, or dependency updates. --> | ||
<!-- add all related issues to the list below --> | ||
Refs: | ||
- #ISSUE_NUMBER_1 | ||
- #ISSUE_NUMBER_2 | ||
|
||
## Reviewer(s) | ||
<!-- Optionally tag any specific reviewers you would like to review your pull request. --> | ||
## Checklist before requesting a review | ||
|
||
- [ ] I have read the [contribution guidelines](https://github.com/biomarkersParkinson/tsdf/blob/main/CONTRIBUTING.md) | ||
- [ ] I have documented my code, particularly in hard-to-understand areas | ||
- [ ] I have added tests that prove my fix is effective or that my feature works |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters