Skip to content

Commit

Permalink
update GH templates (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Borda and pre-commit-ci[bot] committed Feb 3, 2023
1 parent a4fbe03 commit d8f0b17
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 24 deletions.
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,26 @@ assignees: ''

### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
1. Run '....'
1. Scroll down to '....'
1. See error
Steps to reproduce the behavior...

<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->

#### Code sample
<details>
<summary><b>Code sample</b></summary>

<!-- Ideally attach a minimal code sample to reproduce the decried issue.
Minimal means having the shortest code but still preserving the bug. -->

</details>

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Environment
### Additional context

<details>
<summary><b>Environment details</b></summary>

- PyTorch Version (e.g., 1.0):
- OS (e.g., Linux):
Expand All @@ -41,6 +42,6 @@ Minimal means having the shortest code but still preserving the bug. -->
- GPU models and configuration:
- Any other relevant information:

### Additional context
</details>

<!-- Add any other context about the problem here. -->
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ assignees: ''

## 📚 Documentation

For typos and doc fixes, please go ahead and:

1. Create an issue.
1. Fix the typo.
1. Submit a PR.
For typos or docs fixes, please go ahead and submit a PR (no need to open an issue).
If you are not sure about the proper solution, please describe the issue here...

Thanks!
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ assignees: ''

<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->

### Pitch

<!-- A clear and concise description of what you want to happen. -->

### Alternatives

<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
Expand Down
17 changes: 11 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Before submitting
<details>
<summary><b>Before submitting</b></summary>

- [ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
- [ ] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
- [ ] Did you read the [contributor guideline](https://github.com/Lightning-AI/lightning/blob/master/.github/CONTRIBUTING.md), Pull Request section?
- [ ] Did you make sure to update the docs?
- [ ] Did you write any new necessary tests?
- Did you make sure to update the docs?
- [ ] Did all existing and newly added tests pas locally?

</details>

## What does this PR do?

Expand All @@ -12,8 +15,10 @@ Fixes # (issue).
## PR review

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.

## Did you have fun?
<!--
Did you have fun?
Make sure you had fun coding 🙃
-->

0 comments on commit d8f0b17

Please sign in to comment.