🎉 First off, thanks for taking the time to contribute! 🎉
bootnode is a minimal Express + MongoDB backend bootstrap template.
We welcome contributions of all kinds — bug fixes, documentation improvements, feature requests, and code enhancements.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/Moses-main/bootnode.git
cd bootnode
Use a descriptive name for your branch:
git checkout -b fix/typo-in-readmeor
git checkout -b feature/add-auth-middleware- Follow the coding style already used in the project.
- Keep changes small and focused.
Write meaningful commit messages:
git commit -m "Fix: typo in README instructions"git push origin your-branch-nameThen, open a PR on the repository.
Thank you for contributing to bootnode! 🚀