First off, thanks for taking the time to contribute! ❤️
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.
- Code of Conduct
- I Have a Question
- I Want To Contribute
- Reporting Bugs
- Suggesting Enhancements
- Your First Code Contribution
This project and everyone participating in it is governed by the Open-Temp-Mail Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [INSERT CONTACT METHOD].
If you want to ask a question, we assume that you have read the available Documentation.
This section guides you through submitting a bug report for Open-Temp-Mail. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.
- Use a clear and descriptive title for the issue to identify the problem.
- Describe the exact steps to reproduce the problem in as many details as possible.
- Provide specific examples to demonstrate the steps. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples.
This section guides you through submitting an enhancement suggestion for Open-Temp-Mail, including completely new features and minor improvements to existing functionality.
- Use a clear and descriptive title for the issue to identify the suggestion.
- Provide a step-by-step description of the suggested enhancement in as many details as possible.
- Provide specific examples to demonstrate the steps.
- Fork the repository on GitHub.
- Clone your fork locally.
git clone https://github.com/your-username/open-temp-mail.git cd open-temp-mail - Create a new branch for your feature or fix.
git checkout -b feature/my-new-feature
- Make your changes and commit them.
git commit -m "Add some feature" - Push to your fork.
git push origin feature/my-new-feature
- Open a Pull Request on GitHub.
- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line