We welcome any type of contributions to the Java Vector API Playground project! Here are some guidelines to help you get started:
-
Fork the Repository: Click the "Fork" button at the top right of the repository page to create a copy of the repository on your GitHub account.
-
Clone the Forked Repository: Clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/java-vector-api-playground.git
-
Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b feature-or-bugfix-name
-
Make Your Changes: Make the necessary changes in your local repository.
-
Commit Your Changes: Commit your changes with a descriptive commit message:
git add . git commit -m "Description of the changes"
-
Push to Your Fork: Push your changes to your forked repository:
git push origin feature-or-bugfix-name
-
Create a Pull Request: Go to the original repository and click the "New Pull Request" button. Select your fork and branch, and submit the pull request.
Please adhere to our Code of Conduct in all your interactions with the project.
Thank you for your contributions!