Thank you for your interest in contributing to AeroSaver, a flight price prediction project! We appreciate your help in improving the project.
-
Clone or download the repo.
-
Open the folder in VS Code.
-
Install all the dependencies:
pip install -r requirements.txt
- Run the application
python app.py
- Before opening an issue, check if one already exists.
- Provide a clear and detailed description of the issue.
- Include logs, screenshots, or examples if applicable.
- Suggest new features by opening an issue.
- Provide a detailed use case and reasoning.
-
Follow Coding Standards:
- Use meaningful commit messages.
- Maintain proper indentation and formatting.
-
To start contributing make sure to create a new branch and then, start working
git checkout -b your-username-feature-name
-
Commit and Push:
git add . git commit -m "Description of your changes" git push origin your-branch-name
-
Open a Pull Request (PR) to the
main
branch:- Go to the original repository and click "New Pull Request."
- Ensure your PR is raised against the
main
branch. - Provide a clear title and description.
- Link to the related issue if applicable.
Be respectful, inclusive, and helpful in all interactions. We welcome all contributions and encourage collaboration.
For any questions, reach out via issues or discussions.
Happy coding! 🚀