Welcome to our project! We’re excited to have you here. Please read through the following guidelines to help you understand how to interact with our community and contribute effectively.
- Make sure your code follows our coding standards. We recommend using consistent formatting and naming conventions.
- Test your code thoroughly before submitting a pull request to ensure that it does not introduce new bugs.
- Include comments in your code to explain complex logic or assumptions.
- Check the issues page for
good-first-issue
andhacktoberfest
labels. These are beginner-friendly and great for new contributors.
- Use meaningful variable names that explain their purpose.
- Ensure functions and methods are self-explanatory.
- Avoid using hardcoded values. Use constants or configuration files where necessary.
- Follow JavaScript ES6+ conventions and make use of arrow functions,
const
andlet
for variable declarations.
- Fork the repository by clicking on the
Fork
button at the top-right corner of the project page. - Clone your forked repository to your local machine using:
git clone https://github.com/YOUR-USERNAME/promt-save-reuse-chatgpt-and-gemini.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes in this new branch. Follow the coding standards and comment where necessary.
- Stage your changes:
git add .
- Commit your changes with a meaningful message:
git commit -m "Add: Detailed description of what you changed"
- Push to your forked repository:
git push origin feature/your-feature-name
- Go to the original repository and open a Pull Request by clicking the
Compare & pull request
button. - Fill in the pull request template and link it to the issue you are solving (if applicable).
- Wait for review and address any feedback provided by maintainers.
- Use clear, descriptive titles and provide all necessary information when reporting issues.
- Include screenshots or code snippets if it helps illustrate the problem.
- Be respectful and constructive in your feedback.
- Always be respectful and considerate in your interactions.
- Avoid any discriminatory or inappropriate language.
Thank you for contributing to our project and helping to build a welcoming, diverse, and inclusive community!