hugo-scroll/contributing.md
P. Ottlinger fe7fd97e6c
#128: Introduce changelog and update recent changes (#130)
* #126: Add issue to changelist

* #128: Add base CHANGELOG

* Issue #128, #126: Add first entries

* Link to issue

* #128: Adapt contribution guidelines to new Changelog

* #128: Tweak README to include changelog

* #128: Fix link to changes

* Issues #126, #129, #128: Add changelog entries

* #128: Add entries for past PRs

* #128: Remove extra section to changelog

* #128: Rename as suggested

* #128: Make link to changelog relative to work in forks/PRs
2023-03-31 21:42:03 +02:00

20 lines
852 B
Markdown

## [Pull Requests](https://github.com/zjedi/hugo-scroll/pulls)
We're open to contributions by opening a pull request.
When adding a new feature, please modify also [exampleSite](./exampleSite/) with an example of how the feature can be activated, configured and used.
Do not forget to mention new feature in a relevant subsection of [README.md](./README.md)
## [GitHub issues](https://github.com/zjedi/hugo-scroll/issues)
Alternatively you may use GitHub issues for more complex topics and features.
## [Changelog](./CHANGELOG.md)
Feel free to add your contributions to our CHANGELOG, which tracks:
* **Added** for new features.
* **Changed** for changes in existing functionality.
* **Deprecated** for soon-to-be removed features.
* **Removed** for now removed features.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.