Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit ba45052

Browse files
committed
add templates
1 parent 8534e8f commit ba45052

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.github/CONTRIBUTING.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contribution guidelines
2+
3+
We'd love to accept your contributions; large or small. Simply submit an issue or pull request via Github and involve one of the active members. Simple! But please read the rest of this document to ensure we're all on the same page.
4+
5+
## General Rules
6+
7+
- Be kind and polite. Written language often does not convey the sentiment, so make sure you use lots of jokes and emoticons to get the sentiment across.
8+
- Prefer best practice. Everyone has their preferred style, but try to conform to current best practices. We don't enforce any strict rules.
9+
- Test your code to the best of your abilities. See the testing documentation for the correct scope of your test.
10+
11+
## Bug reports or feature requests
12+
13+
Please open an issue if you have found an issue or have an idea for a new feature. Please follow the bug reporting guidelines if you submit an issue.
14+
15+
## New Contributors
16+
17+
We have a list of issues on Github with "HelpWanted" labels attributed to them. These represent tasks that we don't have time to do, are self-contained and relatively easy to implement. If you'd like to contribute, but don't know where to start, [look here](https://github.com/microservices-demo/microservices-demo/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3AHelpWanted).
18+
19+
## Direction
20+
21+
This project does have a general direction, but we're happy to consider deviating or pivoting from the direction we're currently heading. See the introductory material for details regarding direction.
22+
23+
With that said, there is absolutely nothing stopping you from submitting a PR. If you've taken the effort to contribute, someone will make the effort to review.
24+
25+
## License
26+
27+
This project is Apache v2.0 licenced. Submitting and merging a PR implies you accept these terms.

.github/ISSUE_TEMPLATE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add labels appropriate to the issue
2+
- Describe the expected behaviour and the actual behaviour
3+
- Describe steps to reproduce the problem

.github/PULL_REQUEST_TEMPLATE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Read the contribution guidelines
2+
- Include a reference to a related issue in this repository
3+
- A description of the changes proposed in the pull request

0 commit comments

Comments
 (0)