-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
58 additions
and
1 deletion.
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,9 @@ | ||
# Code of Conduct | ||
|
||
* Be respectful of others | ||
|
||
* Please use professional conduct | ||
|
||
* Treat others the way you want to be treated | ||
|
||
Thank you! |
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,41 @@ | ||
# Contributing to Aricpp | ||
|
||
Thank you for taking the time to read this document! | ||
|
||
:heart_eyes: **please star the Aricpp repository!** :heart_eyes: | ||
|
||
First make sure you're on the | ||
[official repository page](https://github.com/daniele77/aricpp/blob/master/CONTRIBUTING.md), | ||
then just press the button labeled "star" in the top right of the page | ||
to give Aricpp a star! Your stars create generate additional visibility, | ||
which leads to more users, more bug reports, more fixes, more testing, | ||
more features, and a better product! | ||
|
||
# Ways to Contribute | ||
|
||
No contribution to Aricpp is too big or too small! We are | ||
always happy to see user participation in all of its forms. | ||
Here are some of the ways that you can contribute (this is | ||
by no means an exhaustive list): | ||
|
||
* Submit a | ||
[bug report](https://github.com/daniele77/aricpp/issues). | ||
We love hearing about broken things, so | ||
that we can fix them. Any problem is fair game, this includes | ||
the documentation examples, tests, and repository as well as the | ||
library itself. Bug reports should be opened on the | ||
[Issues](https://github.com/daniele77/aricpp/issues) page. | ||
|
||
* Provide | ||
[feedback](https://github.com/daniele77/aricpp/issues). | ||
about the library. If you have used, are using, | ||
or are thinking about using the library we want to hear about it! | ||
The more information you provide, the better we will be able | ||
to ensure that Aricpp meets your needs. You can provide feedback | ||
as an issue, or email the author directly. | ||
|
||
* Test Aricpp. | ||
|
||
* Use Aricpp in your next application! At the end of the day, it is the | ||
goal of the library to provide utility to users so the best way you | ||
can contribute is simply to use the library! |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.0.3 | ||
0.1.0 |