We welcome contributions to Ancient Vision! Follow this guide to get started.
Start with this Git and GitHub tutorial.
- Follow our Standard Workflow.
- Format:
<type>: <description>
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Code style changes (e.g., formatting)
- refactor: Code refactoring
- test: Adding or fixing tests
- chore: Miscellaneous tasks
Example:
feat: add support for Egyptian art styles
- Fork and Clone the Repository:
git clone https://github.com/<your-username>/Ancient-Vision.git
- Create a New Branch:
git checkout -b feature/new-feature
- Make Changes and Commit:
git add . git commit -m "feat: describe your feature"
- Push to Your Fork:
git push origin feature/new-feature
- Create a Pull Request on GitHub.
Thank you for contributing! 🙌