diff --git a/CHANGELOG.md b/CHANGELOG.md index e64763929..8e33ba69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- [CONTRIBUTING.md](CONTRIBUTING.md) section. + ### Changed - fj-bom version 1.6.7 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..908a263a4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing to Fugerit Venus Doc + +We want to make contributing to this project as easy as possible. + +## Pull Requests + +We actively welcome your pull requests and forks. + +## Enhancement + +Propose your contribution by either : + +1. [Submitting your proposal](https://github.com/fugerit-org/fj-doc/issues/new/choose) +2. [Open a discussion on your ideas](https://github.com/fugerit-org/fj-doc/discussions/categories/ideas) + +Any contribution is accepted (development, testing, dotumentation etc.) + +## Bug fixes + +You can use the [GitHub issue form](https://github.com/fugerit-org/fj-doc/issues/new/choose) to report bugs. + +## License + +By contributing to [Fugerit Venus Doc](https://github.com/fugerit-org/fj-doc), +you agree that your contributions will be licensed under the +[LICENSE](https://github.com/fugerit-org/fj-doc/blob/main/LICENSE) +file in the root directory of this source tree. \ No newline at end of file