mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Warn about the current state of development in the pull request template (#3199)
This commit is contained in:
parent
7d1d630457
commit
d324367603
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
@ -1,12 +1,14 @@
|
|||||||
<!--
|
<!--
|
||||||
Thanks a lot for making a contribution to SFML! 🙂
|
Thanks a lot for making a contribution to SFML! 🙂
|
||||||
|
|
||||||
Before you create the pull request, we ask you to check the follow boxes. (For small changes not everything needs to ticked, but the more the better!)
|
Please make sure you are targetting the correct branch. No more features are planned for the 2.x branches! (See [the readme](https://github.com/SFML/SFML#state-of-development))
|
||||||
|
|
||||||
|
Before creating the pull request, we ask you to check the following boxes: (For small changes not everything needs to ticked, but the more the better!)
|
||||||
|
|
||||||
- [ ] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before?
|
- [ ] Has this change been discussed on [the forum](https://en.sfml-dev.org/forums/index.php#c3) or in an issue before?
|
||||||
- [ ] Does the code follow the SFML [Code Style Guide](https://www.sfml-dev.org/style.php)?
|
- [ ] Does the code follow the SFML [Code Style Guide](https://www.sfml-dev.org/style.php)?
|
||||||
- [ ] Have you provided some example/test code for your changes?
|
- [ ] Have you provided some example/test code for your changes?
|
||||||
- [ ] If you have additional steps which need to be performed list them as tasks!
|
- [ ] If you have additional steps which need to be performed, please list them as tasks!
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@ -27,7 +29,7 @@ This PR is related to the issue #
|
|||||||
|
|
||||||
<!-- Describe how to best test these changes. -->
|
<!-- Describe how to best test these changes. -->
|
||||||
|
|
||||||
<!-- Please provide a [minimal, complete and verifiable example](https://stackoverflow.com/help/mcve) if possible, you can use the follow template as a start: -->
|
<!-- Please provide a [minimal, complete and verifiable example](https://stackoverflow.com/help/mcve) if possible, you can use the following template as a start: -->
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <SFML/Graphics.hpp>
|
#include <SFML/Graphics.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user