Skip to content

Commit

Permalink
Update .gitattributes and pull_request_template.md (#37)
Browse files Browse the repository at this point in the history
* Use ** for recursive paths

* ignore only html in media

* Clean up PR template for easier use on github
  • Loading branch information
mepland authored Jan 3, 2024
1 parent 35f957a commit ee4e329
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
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
23 changes: 10 additions & 13 deletions .github/pull_request_template.md
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 -->

0 comments on commit ee4e329

Please sign in to comment.