dsgg-qjs-db
Version:
A lightweight local NoSQL database
26 lines (15 loc) • 1.12 kB
Markdown
# Contributing Guidelines
Thank you for investing your time in contributing to our project! Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. Any contribution you make will be reflected on `github.com/CodingSamrat/FileXdb.js`✨.
Contributions to _FileXdb_ are welcome! Here's how to get started:
- Open an [issue](https://github.com/CodingSamrat/FileXdb.js/issues) or find for related issues to start a discussion around a feature idea or a bug.
- Fork the [repository](https://github.com/CodingSamrat/FileXdb.js) on GitHub.
- Create a new branch of the master branch and start making your changes.
- Make a meaning-full commit.
- Write a test, which shows that the bug is fixed or the feature works as expected.
- Send a pull request and wait until it gets merged and published.
</br>
</br>
# Version Numbers
FileXdb follows the [SemVer versioning guidelines](http://semver.org).
This implies that backwards incompatible changes in the API will increment
the major version. So think twice before making such changes.