1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# Contributing to byte_string
Any significant code contributions that you submit
must be made available
under the terms of the [project's license][license].
By submitting a pull request,
I assume that you agree to license your code
in accordance with the project's license terms,
without any additional terms or conditions.
If you would like to contribute a new feature,
please [file an issue][new-issue] to discuss the feature
(unless there's already an issue for that feature).
I will consider if the feature makes sense for the application,
and I may reject the feature.
By filing an issue first,
you can avoid wasting time
on a feature that I end up rejecting.
If you would like to submit changes
that fix a bug or implement an accepted feature,
please [submit a pull request][create-pull-request].
[license]: README.md#license
[new-issue]: https://github.com/FraGag/byte_string/issues/new
[create-pull-request]: https://help.github.com/articles/creating-a-pull-request/
|