We welcome contributions to HiDef MachineKnit Designer! Whether you're fixing bugs, adding new features, or improving documentation, your help is appreciated.
-
Fork the Repository
- Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.
-
Clone Your Fork
- Clone your fork to your local machine:
git clone https://github.com/HiDefTextiles/interactive-pattern-designer.git cd interactive-pattern-designer
- Clone your fork to your local machine:
-
Create a Branch
- Create a new branch for your work:
git checkout -b my-feature-branch
- Create a new branch for your work:
-
Make Changes
- Make your changes to the codebase.
-
Commit Changes
- Commit your changes with a meaningful commit message:
git commit -m "Add new feature"
- Commit your changes with a meaningful commit message:
-
Push Changes
- Push your changes to your forked repository:
git push origin my-feature-branch
- Push your changes to your forked repository:
-
Create a Pull Request
- Open a pull request on the original repository and describe your changes.
Please note that this project is released with a Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.