From e84286ca178f060f01bf069983d3a74fa0661f81 Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Fri, 24 Jul 2015 22:30:36 +0200 Subject: [PATCH] Added CONTRIBUTING guidelines --- CONTRIBUTING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..fae5de037 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,16 @@ +Contribution Guidelines +======================= + +You would like to see a feature implemented or a bug fixed in SFML? Great! +Contributions to SFML are highly appreciated, be it in the form of general +ideas, concrete suggestions or code patches. + +A few guiding rules have been set up on the SFML website that you should be +aware of before opening an Issue or Pull Request. They will help you focus +on the important stuff and prevent you from losing (y)our time with requests +that are out of SFML's scope, known issues, and so on. + + http://www.sfml-dev.org/contribute.php + +Those rules cover the general scope defined for this project, a coding +style, and a precise procedure to report bugs or suggest new features.