-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from kcristiano/master
add GitHub PR template and Contributing templates to WP repo
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CiviCRM is a community-driven open-source project. It has a small, full-time | ||
[core team](https://civicrm.org/core-team) | ||
which facilitates development and works on critical issues. | ||
Additionally, a large community of active contributors and | ||
[partner organizations](https://civicrm.org/partners-contributors) | ||
drive much of the development work. | ||
|
||
For developers, CiviCRM maintains a comprehensive | ||
[Developer Guide](https://docs.civicrm.org/dev/en/latest). | ||
Topics of particular importance while submitting pull requests include: | ||
|
||
* [Contributing to CiviCRM core](https://docs.civicrm.org/dev/en/latest/core/contributing/) | ||
* [Pull requests](https://docs.civicrm.org/dev/en/latest/tools/git/#pr) | ||
* [Git workflow overview](https://docs.civicrm.org/dev/en/latest/tools/git/#contributing) | ||
* [Writing automated tests](https://docs.civicrm.org/dev/en/latest/testing/setup/) | ||
* [Jenkins continuous integration](https://docs.civicrm.org/dev/en/latest/tools/jenkins/) | ||
* [Release Process](https://docs.civicrm.org/dev/en/latest/core/release-process/) | ||
* [Developer Community](https://docs.civicrm.org/dev/en/latest/basics/community/) | ||
|
||
CiviCRM thanks you for your contributions and invites you to [log your time spent](https://civicrm.org/contributor-log) so that you (or your organization) may receive public recognition and promotion for your efforts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Overview | ||
---------------------------------------- | ||
_A brief description of the pull request. Try to keep it non-technical._ | ||
|
||
Before | ||
---------------------------------------- | ||
_The current status. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ | ||
|
||
After | ||
---------------------------------------- | ||
_What has been changed. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ | ||
|
||
Technical Details | ||
---------------------------------------- | ||
_If the PR introduces noteworthy technical changes, please describe them here. Provide code snippets if necessary_ | ||
|
||
Comments | ||
---------------------------------------- | ||
_Anything else you would like the reviewer to note_ |