Mercurial > public > mercurial-scm > hg
changeset 52933:e1267940fa2f
contributing: move CONTRIBUTING to markdown format
author | paugier <pierre.augier@univ-grenoble-alpes.fr> |
---|---|
date | Mon, 17 Feb 2025 11:45:17 +0100 |
parents | 1825f5593eb2 |
children | 9072873253b7 |
files | CONTRIBUTING CONTRIBUTING.md tests/test-check-code.t |
diffstat | 3 files changed, 16 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/CONTRIBUTING Thu Jan 30 10:13:07 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -Our full contribution guidelines are in our wiki, please see: - -https://www.mercurial-scm.org/wiki/ContributingChanges - -If you just want a checklist to follow, you can go straight to - -https://www.mercurial-scm.org/wiki/ContributingChanges#Submission_checklist - -If you can't run the entire testsuite for some reason (it can be -difficult on Windows), please at least run `contrib/check-code.py` on -any files you've modified and run `python contrib/check-commit` on any -commits you've made (for example, `python contrib/check-commit -273ce12ad8f1` will report some style violations on a very old commit).
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CONTRIBUTING.md Mon Feb 17 11:45:17 2025 +0100 @@ -0,0 +1,15 @@ +# Mercurial's Contributing guidelines + +Our full contribution guidelines are in our wiki, please see: + +<https://www.mercurial-scm.org/wiki/ContributingChanges> + +If you just want a checklist to follow, you can go straight to + +<https://www.mercurial-scm.org/wiki/ContributingChanges#Submission_checklist> + +If you can't run the entire testsuite for some reason (it can be +difficult on Windows), please at least run `contrib/check-code.py` on +any files you've modified and run `python contrib/check-commit` on any +commits you've made (for example, `python contrib/check-commit +273ce12ad8f1` will report some style violations on a very old commit).