11
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2026-06-03 23:41:46 +00:00

Create pull request instruction template

Added template for pull request instructions.
This commit is contained in:
QuantuM 2026-05-09 13:36:07 +01:00 committed by GitHub
parent a81e9d9dc9
commit 4fc8bf7263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/instructions/*.instructions.md vendored Normal file
View file

@ -0,0 +1,14 @@
**Description:**
Describe your changes.
**Related issue:**
Add link to the related issue.
**Check list:**
- [ ] Mark if documentation changes are required.
- [ ] Mark if tests were added or updated to cover the changes.
It looks like this is your first time opening a pull request in this project!
Be sure to review the [code of conduct](https://github.com/actions/setup-python/blob/c8813ba1bc76ebf779b911ad8ffccbf2e449cb48/CODE_OF_CONDUCT.md).
Reporting a security vulnerability?
Check out the project's [security policy](https://github.com/actions/setup-python/security/policy).