Contribute to Our Project
Introduction
We welcome contributions to our project! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated. This guide will walk you through the process of contributing to our project.
Cloning the Repository
First, you'll need to create a local copy of our repository:
- Fork the repository on GitHub to your own account.
- Clone your forked repository to your local machine:
- Change into the repository's directory:
git clone https://github.com/cottrellashley/relativisticpy.git
cd relativisticpy
Submitting Pull Requests
When you've made some changes that you'd like to submit, follow these steps:
- Create a new branch for your changes:
- Make your changes and commit them with a clear commit message.
- Push the branch to your GitHub repository.
- Go to the original repository on GitHub, and you'll see a prompt to submit a pull request.
- Fill out the pull request form and submit it.
git checkout -b feature-branch-name
Our team will review your pull request and merge it into the project after approval.
Submitting Issues and Bugs
If you find bugs or issues, we encourage you to report them:
- Go to the 'Issues' tab in the GitHub repository.
- Click 'New Issue' and provide a detailed description of the issue or bug.
- Submit the issue for our team to review.
We appreciate detailed reports as they help us make the project better for everyone.
Additional Contribution Guidelines
Please adhere to our coding standards and guidelines when contributing. This ensures consistency and quality throughout the codebase. Our guidelines are available in the repository's documentation.