mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Updated templates, added pull request template.
This commit is contained in:
parent
e7670c0bcc
commit
887712a6f1
3 changed files with 16 additions and 2 deletions
5
.github/pull_request_template.md
vendored
Normal file
5
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- If you are adding a feature, please explain the context of the change: what do you need the feature for?
|
||||
- Make sure you create a branch for the pull request. In Git, 1 PR is associated to 1 branch. If you keep pushing to the same branch after you submitted the PR, your new commits will appear in the PR.
|
||||
- You can read [CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md) for more details.
|
||||
|
||||
(Clear this form before submitting your PR)
|
||||
Loading…
Add table
Add a link
Reference in a new issue