How to Contribute to this Plugin¶
Contributions are very welcome! Whether you're fixing a bug, adding a new feature, or improving documentation, your help is very much appreciated.
Development Workflow¶
- Fork the repository on GitHub.
- Clone your fork locally:
- Set up a development environment. It is highly recommended to install the plugin using destroin editable mode within your NOMAD environment:
- Make your changes. Implement your new feature or bug fix.
- Add tests for your changes to ensure they work as expected and don't break existing functionality.
- Run tests to make sure everything is passing.
- Commit your changes with a clear and descriptive message.
- Push your branch to your fork on GitHub:
- Open a Pull Request from your branch to the
main
branch of the original repository. Provide a detailed description of your changes in the PR.