Răsfoiți Sursa

Trying out the new pull request template

JC Brand 9 ani în urmă
părinte
comite
16f8b14ea8
2 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 0 0
      .github/CONTRIBUTING.rst
  2. 10 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 0 - 0
CONTRIBUTING.rst → .github/CONTRIBUTING.rst


+ 10 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,10 @@
+Thanks for making a pull request to converse.js!
+
+Before submitting your request, please make sure the following conditions are met:
+
+- [ ] Add a changelog entry for your change in `docs/CHANGES.md`
+- [ ] When adding a configuration variable, please make sure to
+      document it in `docs/source/configuration.rst`
+- [ ] Please add a test for your change. Tests can be run in the commandline
+      with `make check` or you can run them in the browser by running `make serve`
+      and then opening `http://localhost:8000/tests.html`.