-
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 #67 from biomarkersParkinson/issue-templates
Introduce issue/PR templates and improve guidelines
- Loading branch information
Showing
5 changed files
with
157 additions
and
26 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,44 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: '[BUG] ' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Note:** Not all fields are obligatory, but the more details you provide, the easier it will be for us to address the issue. Feel free to omit sections that you feel are not relevant to your report. | ||
|
||
**Describe the Bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
4. See error | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behavior** | ||
Describe what actually happened. Include screenshots, if applicable. | ||
|
||
**`tsdf` Version** | ||
- The version of `tsdf` used (e.g., 0.2.0). | ||
|
||
**Environment Details** | ||
- OS: [e.g., Ubuntu] | ||
- OS Version: [e.g., 22.04] | ||
- Python Version: [e.g., 3.8] | ||
- Dependencies Versions: Run `pip freeze` or provide the `poetry.lock` file if possible. | ||
|
||
**Error Logs and Messages** | ||
Paste any error logs or error messages encountered here. | ||
|
||
**Attempted Solutions or Workarounds** | ||
Describe any attempted solutions or workarounds you have tried. | ||
|
||
**Additional Context** | ||
Add any other context about the problem here. For example, whether the issue occurs sporadically or consistently, any patterns noticed, etc. |
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,31 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: '[FEATURE] ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Note:** Not all fields are obligatory. We appreciate any and all ideas you wish to share, so please don't hesitate to submit a request even if you can't fill out every section. The more context you provide, the better we can understand and evaluate your suggestion. | ||
|
||
**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 [...]." | ||
|
||
**Describe the solution you'd like** | ||
A detailed description of the feature you would like to see implemented. Include any specific functionality and how you envision it working within the existing project. | ||
|
||
**Describe alternatives you've considered** | ||
A brief description of any alternative solutions or features you've considered. Why are they less desirable than your proposed solution? | ||
|
||
**Potential Impacts** | ||
Discuss any potential impacts this feature may have on the project, such as performance, size, dependencies, or compatibility. | ||
|
||
**Examples and Mockups** | ||
If applicable, provide examples, mockups, or code snippets to illustrate how your feature would work. This could be as simple as a brief code example or a link to a similar feature in another project. | ||
|
||
**Additional Context** | ||
Add any other context or screenshots about the feature request here. This can include use cases, benefits to other users, or any other information that might help understand the value of the feature. |
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,44 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a pull request to contribute to the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 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. --> | ||
|
||
## 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 | ||
<!-- 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. | ||
|
||
## Additional Notes | ||
<!-- Include any additional information, or notes that may be relevant or helpful to reviewers. --> | ||
|
||
## 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. --> | ||
|
||
## Reviewer(s) | ||
<!-- Optionally tag any specific reviewers you would like to review your pull request. --> | ||
|
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