Skip to content

Commit

Permalink
Preserve some information in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Di Remigio <roberto.diremigio@gmail.com>
  • Loading branch information
robertodr committed Sep 23, 2018
1 parent 1f5d328 commit d47ccd0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@
We welcome contributions from external contributors.
This document describes the contribution process: from proposing a change to
getting it merged into CMake Cookbook.
Our contribution guide is based on [Psi4 contribution guide].
The process for contributing is exactly the same for the core development team
and for external contributors:

* Maintainers do not push directly to the repository.
* Maintainers do not review their own patches.
* Approval of one or more maintainers is sufficient for trivial patches.
Trivial patches are typos and trivial bugfixes
* For any patch that is not trivial, two maintainers need to review and approve the patch.

## Getting Started

* Make sure you have a [GitHub account].
* [Fork] the [dev-cafe/cmake-cookbook] repository on GitHub.
* On your local machine, [clone] your fork of the CMake Cookbook repository.
* The Psi4 documentation has more detailed instructions for interacting with your fork which can be found
[here](http://psicode.org/psi4manual/master/build_obtaining.html#faq-forkpsi4public).
and [here](http://psicode.org/psi4manual/master/build_obtaining.html#faq-githubworkflow).

## Making Changes

Expand Down

0 comments on commit d47ccd0

Please sign in to comment.