Skip to content

Commit

Permalink
Run pre-commit hooks locally first
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 17, 2024
1 parent d759b98 commit 677bce0
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 222 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ body:
id: pyshp-version
attributes:
label: PyShp Version
description: Please input the version of PyShp you used. If unsure, call `shapefile.__version__`.
description: Please input the version of PyShp you used. If unsure, call `shapefile.__version__`.
placeholder: ...
validations:
required: true
- type: input
id: python-version
attributes:
label: Python Version
description: Please input the version of the Python executable.
description: Please input the version of the Python executable.
placeholder: ...
validations:
required: true
- type: textarea
id: your-code
attributes:
label: Your code
description: Please copy-paste the relevant parts of your code or script that triggered the error.
description: Please copy-paste the relevant parts of your code or script that triggered the error.
placeholder: ...
render: shell
validations:
Expand All @@ -41,7 +41,7 @@ body:
id: notes
attributes:
label: Other notes
description: Please input any other notes that may be relevant, e.g. do you have any thoughts on what might be wrong?
description: Please input any other notes that may be relevant, e.g. do you have any thoughts on what might be wrong?
placeholder: ...
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/newfeature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
id: contribute
attributes:
label: Contributions
description: Would you be interested to contribute code that adds this functionality through a Pull Request? We gladly accept PRs - it's much faster and you'll be added a contributor.
description: Would you be interested to contribute code that adds this functionality through a Pull Request? We gladly accept PRs - it's much faster and you'll be added a contributor.
options:
- label: I am interested in implementing the described feature request and submit as a PR.
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
- type: textarea
id: question
attributes:
label: What's your question?
label: What's your question?
description: Please describe what you would like to know about PyShp, e.g. how to do something.
placeholder: ...
validations:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/unexpected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ body:
id: pyshp-version
attributes:
label: PyShp Version
description: Please input the version of PyShp you used. If unsure, call `shapefile.__version__`.
description: Please input the version of PyShp you used. If unsure, call `shapefile.__version__`.
placeholder: ...
validations:
required: true
- type: input
id: python-version
attributes:
label: Python Version
description: Please input the version of the Python executable.
description: Please input the version of the Python executable.
placeholder: ...
validations:
required: true
- type: textarea
id: your-code
attributes:
label: Your code
description: Please copy-paste the relevant parts of your code or script that you tried to run.
description: Please copy-paste the relevant parts of your code or script that you tried to run.
placeholder: ...
render: shell
validations:
Expand All @@ -48,7 +48,7 @@ body:
id: notes
attributes:
label: Other notes
description: Please input any other notes that may be relevant, e.g. do you have any thoughts on what might be wrong?
description: Please input any other notes that may be relevant, e.g. do you have any thoughts on what might be wrong?
placeholder: ...
validations:
required: false
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)

Copyright � 2013 Joel Lawhead

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the �Software�), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
Loading

0 comments on commit 677bce0

Please sign in to comment.