1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-07-14 12:13:51 +02:00

Add issue and pull request templates (#163)

This commit is contained in:
Sergey-Murtazin 2021-10-20 12:15:51 +03:00 committed by GitHub
parent 35030c1fd2
commit 5805cf725b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 0 deletions

9
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,9 @@
**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.