- Visit the "Issues".
- Use the "Labels" filter and select "Good First Issue" to see a list of beginner-friendly tasks.
- Choose an issue that interests you, fork the project, and start working on it. Once you solve and test the issue, open a PR and we'll review it.
-
Fork the Repository: Click on the 'Fork' button in the upper right corner of the repository's GitHub page. This will create a copy of the repository in your GitHub account.
-
Clone the Repository: Clone your forked repository to your local machine using
git clone
.
git clone https://github.com/yourusername/Panora.git
cd Panora
-
Make Changes: Make your desired changes and ensure that your code adheres to our coding standards.
-
Test Locally: Test your changes locally to ensure they work as expected.
-
Commit Changes: Commit your changes with a clear and concise commit message.
git commit -m "Add your detailed change here"
- Push Changes: Push your changes to your forked repository.
git push origin branch-name
-
Create a Pull Request: Go to the original Panora repository and create a pull request. Please provide a detailed description of your changes.
-
Code Review: Your pull request will undergo a code review.
-
Merge: Once your pull request is approved, it will be merged into the main repository.