-
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.
- Loading branch information
Showing
18 changed files
with
332 additions
and
37 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# automatically requests pull request reviews for files matching the given pattern; the last match takes precendence | ||
|
||
* @sosey | ||
* @sosey @Roman-Supernova-PIT/software-admins |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Deploy Sphinx documentation to Pages" | ||
name: "Deploy Sphinx Package Documentation to Pages" | ||
|
||
on: | ||
push: | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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,3 +1,3 @@ | ||
# automatically requests pull request reviews for files matching the given pattern; the last match takes precendence | ||
|
||
* @{{ cookiecutter.github_username }} | ||
* @{{ cookiecutter.github_username }} @Roman-Supernova-Pit/software-admins |
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
{{ cookiecutter.package_name }}/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
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,21 @@ | ||
--- | ||
name: "Feature request" | ||
about: Suggest an idea for this project | ||
title: "[New Feature]: " | ||
labels: enhancement, needs triage | ||
assignees: '' | ||
--- | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
<!--A clear and concise description of what the problem is. | ||
Ex. I'm always frustrated when [...] --> | ||
|
||
## Describe the solution you'd like | ||
<!--A clear and concise description of what you want to happen.--> | ||
|
||
## Describe alternatives you've considered | ||
<!--A clear and concise description of any alternative solutions or features you've considered.--> | ||
|
||
## Additional context | ||
<!--Add any other context or screenshots about the feature request here.--> | ||
|
47 changes: 47 additions & 0 deletions
47
{{ cookiecutter.package_name }}/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
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,47 @@ | ||
--- | ||
name: "🐞 Issue report for {{ cookiecutter.package_name }}" | ||
about: Create a report describing unexpected or incorrect behavior. | ||
title: "[Issue]: <title>" | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Thanks for taking the time to fill out this report! | ||
Please have a search on our repository to see if a similar | ||
issue has already been posted. If a similar issue is closed, have a | ||
quick look to see if you are satisfied by the resolution. | ||
If not please go ahead and open an issue! | ||
--> | ||
|
||
### Current Behavior: | ||
<!-- A concise description of what you're experiencing. --> | ||
|
||
### Expected Behavior: | ||
<!-- A concise description of what you expected to happen. --> | ||
|
||
### Steps To Reproduce: | ||
<!-- | ||
Example: steps to reproduce the behavior: | ||
1. In this environment... | ||
1. With this config... | ||
1. Run '...' | ||
1. See error... | ||
--> | ||
|
||
### Environment: | ||
<!-- | ||
Example: | ||
- OS: Ubuntu 20.04 | ||
- Node: 13.14.0 | ||
- npm: 7.6.3 | ||
- python: 3.13 | ||
- numpy: 2.0 | ||
--> | ||
|
||
### Anything else: | ||
<!-- | ||
Links? References? Anything that will give us more context about the issue that you are encountering! | ||
--> | ||
|
27 changes: 23 additions & 4 deletions
27
...er.package_name }}/.github/PR_TEMPLATE.md → ... }}/.github/ISSUE_TEMPLATE/PR_TEMPLATE.md
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,20 +1,39 @@ | ||
<!-- If this PR closes a GitHub issue, reference it here by its number --> | ||
Closes # | ||
--- | ||
name: "Pull Request for {{ cookiecutter.package_name }}" | ||
about: Create a pull request to submit new or updated code to the repository | ||
title: "[PR]: " | ||
labels: possible solution | ||
assignees: '' | ||
--- | ||
## What type of PR is this? (check all applicable) | ||
|
||
- [ ] Refactor | ||
- [ ] Feature | ||
- [ ] Bug Fix | ||
- [ ] Optimization | ||
- [ ] Documentation Update | ||
- [ ] Have you followed the guidelines in our Contributing document? | ||
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? | ||
|
||
<!-- describe the changes included with this PR here --> | ||
This PR addresses ... | ||
|
||
<!-- If this PR closes a GitHub issue, reference it here by its number --> | ||
Closes # | ||
|
||
|
||
<!-- if you can't perform these tasks due to permissions, please ask a maintainer to do them --> | ||
## Tasks | ||
- [ ] **request a review from someone specific**, to avoid making the maintainers review every PR | ||
- [ ] Does this PR change user-facing code / API? (if not, label with `no-changelog-entry-needed`) | ||
- [ ] write news fragment(s) in `changes/`: `echo "changed something" > changes/<PR#>.<changetype>.rst` (see below for change types) | ||
- [ ] write news fragment(s) in `changes/`: `echo "changed something" > changes/<PR#>.<changetype>.rst` (see expansion below for change types) | ||
- [ ] update or add relevant tests | ||
- [ ] update relevant docstrings and / or `docs/` page | ||
- [ ] Do truth files need to be updated? | ||
|
||
|
||
<details><summary>news fragment change types...</summary> | ||
|
||
- ``changes/<PR#>.general.rst``: infrastructure or miscellaneous change | ||
- ``changes/<PR#>.docs.rst`` | ||
- ``changes/<PR#>.docs.rst``: updates for documentation | ||
</details> |
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
Oops, something went wrong.