Skip to content

Commit 6dacb59

Browse files
Piotr Zawadzkizawadz88
authored andcommitted
Issue #142
Added PR & Issue templates as well as a Contributing section.
1 parent b4c9b6f commit 6dacb59

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

.github/CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
All contributions are welcome and encouraged!
2+
3+
Before creating an issue please check in the issue tracker whether
4+
this issue wasn't already reported.
5+
6+
Pull requests should be merged to the ```develop``` branch (Rebase & merge preferred).
7+
When adding new changes, please squash the commits together.
8+
9+
Once ```develop``` is stable and we're ready to release the next version
10+
it will be merged to the ```master``` branch. Next, a new version will be
11+
uploaded to Bintray and a new release will be created on GitHub.
12+
Library releases must be made from the ```master``` branch.

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Make sure these boxes are checked before submitting your issue - thank you!
2+
3+
- [ ] Check in the issue tracker whether
4+
this issue wasn't already reported.
5+
- [ ] If it's a bug report check that clear **steps to reproduce**,
6+
**stacktrace**, **expected behaviour** and other needed details are provided.
7+
- [ ] Feature requests contain a **description** of the feature
8+
you're requesting as well as a brief **scenario** explaining
9+
under what circumstances this might be useful.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Make sure these boxes are checked before submitting your PR - thank you!
2+
3+
- [ ] Pull request is being merged to the `develop` branch.
4+
- [ ] There's a reference to an *Issue* which this solves.
5+
- [ ] For new features a sample has been added to the sample app
6+
illustrating this feature's behaviour.
7+
- [ ] Commits are squashed to a single commit.

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Moreover, you can find there other examples, e.g. how to persist state on rotati
3030
- [StepperLayout attributes](#stepperlayout-attributes)
3131
- [View attributes](#view-attributes)
3232
- [StepperLayout style attributes](#stepperlayout-style-attributes)
33-
- [Contributing](#contributing)
3433
- [License](#license)
3534

3635
## Supported steppers
@@ -487,16 +486,6 @@ A list of `ms_stepperLayoutTheme` attributes responsible for styling of StepperL
487486
| *ms_stepTabIconBackgroundStyle* | Used by ms_stepIconBackground in layout/ms_step_tab |
488487
| *ms_stepTabTitleStyle* | Used by ms_stepTitle in layout/ms_step_tab |
489488
| *ms_stepTabDividerStyle* | Used by ms_stepDivider in layout/ms_step_tab |
490-
491-
492-
## Contributing
493-
All contributions are welcome and encouraged!
494-
495-
Pull requests should be merged to the ```develop``` branch (Rebase & merge preferred).
496-
Once ```develop``` is stable and we're ready to release the next version
497-
it should be merged to ```master```. Next, a new version should be
498-
uploaded to Bintray and a new release should be created on GitHub.
499-
Library releases should be made from the ```master``` branch.
500489

501490
## License
502491
Copyright 2016 StepStone Services

0 commit comments

Comments
 (0)