aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-30 18:47:36 -0400
committerGennadiy Civil <misterg@google.com>2019-07-30 18:47:37 -0400
commit4cd6e4d3593d8008b1bff9b6e59867e61b7a6adc (patch)
tree5cb3606789da8cbc32d6374746c5d68615c7049d /CONTRIBUTING.md
parentc205468b65a5b6f3239c4e68af860f6c82895f9d (diff)
parentd384b8831ffce3c5c15c7154e40e60b9300357fb (diff)
downloadgoogletest-4cd6e4d3593d8008b1bff9b6e59867e61b7a6adc.tar.gz
googletest-4cd6e4d3593d8008b1bff9b6e59867e61b7a6adc.tar.bz2
googletest-4cd6e4d3593d8008b1bff9b6e59867e61b7a6adc.zip
Merge pull request #2355 from kuzkry:markdown-numbering
PiperOrigin-RevId: 260782065
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3c8ad310..2fe4ff54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,19 +29,19 @@ PR is acceptable as an alternative.
1. Submit an issue describing your proposed change to the
[issue tracker](https://github.com/google/googletest).
-1. Please don't mix more than one logical change per submittal, because it
+2. Please don't mix more than one logical change per submittal, because it
makes the history hard to follow. If you want to make a change that doesn't
have a corresponding issue in the issue tracker, please create one.
-1. Also, coordinate with team members that are listed on the issue in question.
+3. Also, coordinate with team members that are listed on the issue in question.
This ensures that work isn't being duplicated and communicating your plan
early also generally leads to better patches.
-1. If your proposed change is accepted, and you haven't already done so, sign a
+4. If your proposed change is accepted, and you haven't already done so, sign a
Contributor License Agreement (see details above).
-1. Fork the desired repo, develop and test your code changes.
-1. Ensure that your code adheres to the existing style in the sample to which
+5. Fork the desired repo, develop and test your code changes.
+6. Ensure that your code adheres to the existing style in the sample to which
you are contributing.
-1. Ensure that your code has an appropriate set of unit tests which all pass.
-1. Submit a pull request.
+7. Ensure that your code has an appropriate set of unit tests which all pass.
+8. Submit a pull request.
## The Google Test and Google Mock Communities