Skip to content

Commit d47ccd0

Browse files
committed
Preserve some information in CONTRIBUTING.md
Signed-off-by: Roberto Di Remigio <[email protected]>
1 parent 1f5d328 commit d47ccd0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@
33
We welcome contributions from external contributors.
44
This document describes the contribution process: from proposing a change to
55
getting it merged into CMake Cookbook.
6-
Our contribution guide is based on [Psi4 contribution guide].
6+
The process for contributing is exactly the same for the core development team
7+
and for external contributors:
8+
9+
* Maintainers do not push directly to the repository.
10+
* Maintainers do not review their own patches.
11+
* Approval of one or more maintainers is sufficient for trivial patches.
12+
Trivial patches are typos and trivial bugfixes
13+
* For any patch that is not trivial, two maintainers need to review and approve the patch.
714

815
## Getting Started
916

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

1424
## Making Changes
1525

0 commit comments

Comments
 (0)