|
@@ -22,3 +22,7 @@ You may use the Issue tracker to submit bug reports, feature requests or suggest
|
|
|
|
|
|
If you have been using dear imgui for a while and/or have been using C/C++ for several years and/or have demonstrated good behavior here, it is ok to not fullfill every item to the letter. Those are guidelines and experienced users of dear imgui will know what information are useful in a given context.
|
|
|
|
|
|
+## How to create an Pull Request
|
|
|
+
|
|
|
+- 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.
|