Skip to content

Commit

Permalink
Merge fe2faa6 into af38afb
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidsp committed Nov 6, 2018
2 parents af38afb + fe2faa6 commit 05d31b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Summary
-------

- The “what”; a concise description of each logical change
- Another change

The “why”, or other context.

Test plan
---------

Issues
------

- “THING-1234” or “Fixes #123”
16 changes: 9 additions & 7 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Development process

1. Create a branch off of ``master``:
``git checkout -b YOUR_NAME/branch_name``.
2. Commit your changes. Make sure to add tests!
3. Lint your changes before submitting: ``pep8 YOUR_CHANGED_FILES.py``.
4. ``git push`` your changes to GitHub.
5. Make sure that all unit tests are passing and that there are no merge
2. Commit your changes. We follow the `commit message guidelines`_ from Angular.
3. Make sure to add tests!
4. Run ``nosetests`` to ensure there are no lint errors.
5. ``git push`` your changes to GitHub.
6. Make sure that all unit tests are passing and that there are no merge
conflicts between your branch and ``master``.
6. Open a pull request from ``YOUR_NAME/branch_name`` to ``master``.
7. A repository maintainer will review your pull request and, if all
7. Open a pull request from ``YOUR_NAME/branch_name`` to ``master``.
8. A repository maintainer will review your pull request and, if all
goes well, squash and merge it!

Pull request acceptance criteria
Expand Down Expand Up @@ -76,5 +77,6 @@ If you have questions, please contact developers@optimizely.com.

.. _Contributor License Agreement (CLA): https://docs.google.com/a/optimizely.com/forms/d/e/1FAIpQLSf9cbouWptIpMgukAKZZOIAhafvjFCV8hS00XJLWQnWDFtwtA/viewform
.. _README: README.rst
.. _commit message guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines
.. _deviations: https://github.com/optimizely/python-sdk/blob/master/tox.ini
.. _Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0
.. _Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0

0 comments on commit 05d31b2

Please sign in to comment.