Contributions are welcome! If you have suggestions for improvements, please follow these steps:
-
Fork the Repository:
- Click the "Fork" button at the top-right corner of this page to create a copy of the repository in your GitHub account.
-
Clone Your Fork:
- Clone your forked repository to your local machine.
git clone https://github.com/rahulorihiki/Sales_Forecasting_using_Time_Series.git cd book-discovery-hub
- Clone your forked repository to your local machine.
-
Create a Branch:
- Create a new branch for your changes.
git checkout -b feature/your-feature-name
- Create a new branch for your changes.
-
Make Your Changes:
- Make the necessary changes to the code.
-
Commit Your Changes:
- Commit your changes with a clear and descriptive commit message.
git add . git commit -m "Add feature: your feature description"
- Commit your changes with a clear and descriptive commit message.
-
Push to Your Fork:
- Push your changes to your forked repository.
git push origin feature/your-feature-name
- Push your changes to your forked repository.
-
Submit a Pull Request:
- Go to the original repository on GitHub and navigate to the "Pull Requests" tab.
- Click "New Pull Request" and select your branch from the dropdown menu.
- Provide a descriptive title and detailed description of your changes, and submit the pull request.
- Ensure your code adheres to the project's coding standards.
- Write clear, concise commit messages.
- Include comments and documentation where necessary.
- Update the README file if your changes affect how the project is used.
- Be respectful and considerate in all interactions.
Thank you for your contributions!