Skip to content

Commit dc71c99

Browse files
committed
add contributing.md
1 parent 2894ca8 commit dc71c99

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,9 @@ The support of this client is made in best effort by our Akeneo team.
161161

162162
If you find a bug or want to submit an improvement, don't hesitate to raise an issue on Github.
163163
Also, you can ask questions and discuss about the PHP client with the community in the [Slack User Group](https://akeneopim-ug.slack.com/messages/web-api/).
164+
165+
## Contributing
166+
167+
As this PHP client is an open-source project, all contributions are very welcome!
168+
169+
For more information, please consult [the contributing section](contributing.md)

contributing.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
Want to do your bit for our PHP client? All contributions are warmly welcomed!
4+
5+
## Contribution process
6+
7+
First and foremost, please accept and sign our [Contributor License Agreement](https://www.akeneo.com/contributor-license-agreement/).
8+
9+
And then, do your magic :
10+
* Fork our repository
11+
* Create a branch (choose a descriptive name)
12+
* Work on your own code (don't forget to add necessessaries tests)
13+
* Commit your branch and submit a pull request to our projet
14+
15+
At this moment, the ball is in our court: we will check your PR and add comments or suggestions if needed.
16+
17+
When everything is ok, we merge your work.
18+
19+
Congratulations, you are officially a contributor to our dear PHP client!

0 commit comments

Comments
 (0)