-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nikolai Mishin <sanduku.default@gmail.com>
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,20 @@ | ||
# Contributing to tenv | ||
|
||
## How to contribute | ||
|
||
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". | ||
|
||
1. Fork the Project | ||
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | ||
3. Commit and sign your Changes (`git commit -s -m 'Add some AmazingFeature'`) | ||
- We use DCO as a per-commit sign-off made by a contributor, stating that they agree to the terms published at https://developercertificate.org/ for that particular contribution. | ||
4. Push to the Branch (`git push origin feature/AmazingFeature`) | ||
5. Open a Pull Request | ||
|
||
## Code of Conduct | ||
|
||
We expect all contributors to follow our [Code of Conduct](CODE_OF_CONDUCT.md) when participating in our community. | ||
|
||
## License | ||
|
||
tenv is released under the [Apache License](LICENSE). By contributing to this project, you agree to license your contributions under the same license. |
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