-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use ** for recursive paths * ignore only html in media * Clean up PR template for easier use on github
- Loading branch information
Showing
2 changed files
with
12 additions
and
15 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,5 +1,5 @@ | ||
# ignore all ana ipynb and html files in diffs and github languages stats | ||
ana/*.ipynb linguist-generated=true | ||
ana/*.html linguist-generated=true | ||
# ignore media files in github languages stats | ||
media/* linguist-documentation=true | ||
# ignore html media files in github languages stats | ||
media/**/*.html linguist-documentation=true |
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,24 +1,21 @@ | ||
<!-- markdownlint-disable MD025 --> | ||
# Description | ||
<!-- | ||
Please include a summary of the change and which issue is fixed, if any. | ||
Please also include relevant motivation and context. | ||
--> | ||
<!-- Please include a summary of the change, which issue is fixed - if any, and any relevant motivation or other context. --> | ||
|
||
# Type of change | ||
|
||
* [ ] Bug fix: Non-breaking change which fixes an issue | ||
* [ ] New feature: Non-breaking change which adds functionality | ||
* [ ] Breaking change: Fix or feature that would cause existing functionality to not work as expected | ||
* [ ] This change requires a documentation update | ||
# Type of Change | ||
<!-- Please delete types of changes that do not apply. --> | ||
* Bug fix: Non-breaking change which fixes an issue | ||
* New feature: Non-breaking change which adds functionality | ||
* Breaking change: Fix or feature that would cause existing functionality to not work as expected | ||
* Docs: This change requires a documentation update | ||
|
||
# How Has This Been Tested? | ||
<!-- Please describe the tests that you ran to verify your changes. --> | ||
|
||
# Checklist | ||
|
||
* [ ] I have performed a self-review of my own code | ||
* [ ] I have run the `pre-commit` checks | ||
* [ ] The [github `tests` action](https://github.com/mepland/chance_of_showers/actions/workflows/tests.yml) is passing <!-- markdownlint-disable-line MD013 ---> | ||
* [ ] The [github `tests` action](https://github.com/mepland/chance_of_showers/actions/workflows/tests.yml) is passing | ||
* [ ] I have commented my code, particularly in hard-to-understand areas | ||
* [ ] I have updated the documentation as required | ||
|
||
<!-- markdownlint-disable-file --> |