Skip to content

Commit 1165934

Browse files
committed
docs(*): Add issue, pr templates; Add contributor guidelines
1 parent 71c0f85 commit 1165934

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# How to Contribute
2+
3+
Here are some important resources:
4+
5+
* [Leanplum Docs](http://leanplum.com/docs) The official Leanplum docs.
6+
* Support: Get help at [email protected].
7+
8+
## Submitting changes
9+
10+
Please consider following guidelines before creating a PR:
11+
12+
- Confirm the intention and design of your change by reaching out to your Customer Success Manager or to Leanplum Dev Team through a new Github Issue.
13+
- Start creating your pull request from `develop` branch
14+
- Please send a GitHub Pull Request with a clear list of what you've done (read more about [pull requests](https://help.github.com/articles/about-pull-requests/)).
15+
- Add unit tests for the code that you have touched.
16+
- Please follow the existing coding conventions (which are mostly standard of the default IDE).
17+
- Make sure all of your commits are atomic (one feature per commit).
18+
- Please adhere to the conventional changelog commit style: https://github.com/commitizen/cz-cli That allows us to easily create change logs.

ISSUE_TEMPLATE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Expected Behavior
2+
3+
4+
## Actual Behavior
5+
6+
7+
## Steps to Reproduce the Problem
8+
9+
1.
10+
1.
11+
1.
12+
13+
## Specifications
14+
15+
- Version:
16+
- Platform:
17+
- Subsystem:
18+

PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fixes #
2+
3+
## Proposed Changes
4+
5+
-
6+
-
7+
-
8+

0 commit comments

Comments
 (0)