Upload files to ".gitea"
This commit is contained in:
42
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
42
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Title
|
||||
|
||||
<!--
|
||||
Thanks for opening a PR! Your contribution is much appreciated.
|
||||
Provide a short summary in the Title above, such as:
|
||||
* "Feat: add new ..."
|
||||
* "Fix: remove ..."
|
||||
* "Chore: change ..."
|
||||
-->
|
||||
|
||||
## Type of change
|
||||
|
||||
<!--
|
||||
Please delete options that are not relevant.
|
||||
-->
|
||||
|
||||
- \[ ] 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
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Describe your changes, and why you're making them.
|
||||
Is this linked to an open issue, or another pull request? Link it here.
|
||||
Fixes #(issue)
|
||||
-->
|
||||
|
||||
## Checklist
|
||||
|
||||
<!--
|
||||
This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.
|
||||
Put an `x` in all the items that apply, and remove any items that are not relevant to this PR.
|
||||
-->
|
||||
|
||||
- \[ ] I have read [Contributing Guidelines][guidelines]
|
||||
- \[ ] I have build the project by `pnpm build`
|
||||
- \[ ] I have linted the project by `pnpm fix`
|
||||
- \[ ] I have added the tests (if required)
|
||||
|
||||
[guidelines]: https://github.com/muravjev/.github/blob/main/CONTRIBUTING.md
|
||||
Reference in New Issue
Block a user