]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
another change to the PR template
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jan 2019 21:38:14 +0000 (16:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jan 2019 21:38:14 +0000 (16:38 -0500)
Change-Id: I29b0f60d3ec32249333edaeb6550147bd740d893

.github/pull_request_template.md

index 3d33e9f5fa906cf14871105d5a959e3321d778fd..81cd523e5da9cecd9eaf0246ed439d91951d70ec 100644 (file)
@@ -1,6 +1,16 @@
-*** **CHECKLIST FOR PULL REQUESTS!!!** ***
+<!-- Provide a general summary of your proposed changes in the Title field above -->
 
-This change is:
+### Description
+<!-- Describe your changes in detail -->
+
+### Checklist
+<!-- go over following points. check them with an `x` if they do apply,
+(they turn into clickable checkboxes once the PR is submitted, so no need
+to do everything at once)
+
+-->
+
+This pull request is:
 
 - [ ] A documentation / typographical error fix
        - Good to go, no issue or tests are needed
@@ -24,8 +34,8 @@ This change is:
        - [ ] I don't know how to write the tests.  in which case please GET HELP FROM THE MAINTAINERS
              on the above mentioned issue how tests for this feature should be structured.
 
-Note that **we do not accept one-liner code fix pull requests with no tests**.  Code that is not
+<!-- Note that **we do not accept one-liner code fix pull requests with no tests**.  Code that is not
 tested is itself **a bug**.   We will help you fix any problem you have, as long as you produce
-[issue reports](https://github.com/sqlalchemy/sqlalchemy/issues) that include code samples, stack traces, and most preferably complete standalone test cases.
+[issue reports](https://github.com/sqlalchemy/sqlalchemy/issues) that include code samples, stack traces, and most preferably complete standalone test cases. -->
 
 **Have a nice day!**