Contributions are welcome and they are greatly appreciated! Every little bit helps, and credit will always be given.
Below you'll find our contributing requirements, a step-by-step guideline, and our features roadmap.
- Search previous link:https://github.com/modzy/github-workflow-model-deployment/issues[issues] before making new ones to avoid duplicates.
- If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
- If you are proposing a feature:
- Explain in detail how it would work.
- Keep the scope as narrow as possible, to make it easier to implement.
- Remember that this is a volunteer-driven project, and that contributions are welcome.
- File an issue to let us know what you're working on.
- Fork the repo, develop and test your code changes, and add supporting documentation.
- Use descriptive comments throughout your code.
- Add test cases and comment them.
- Use descriptive commit messages that clearly explain the changes. Reference the original issue in the pull request.
- Make an individual pull request for each issue.
Clone the repository:
$ git clone https://github.com/modzy/github-action-model-deployment.git
Create a branch for your awesome new feature:
$ git checkout -b my-awesome-new-feature
Fix that bug or build your feature.
Add supporting documentation for your code.
Add and commit your changes:
git add .
$ git commit "A descriptive message"
Push your branch to GitHub:
$ git push origin my-new-awesome-feature
Use GitHub to report bugs and send feature requests. Reach out to https://www.modzy.com/support/ for support requests.