this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated README

+11 -2
+1 -1
CONTRIBUTING.md
··· 2 2 3 3 We welcome and appreciate your contributions! Here's how you can get involved: 4 4 5 - * **Updating Disposable Domains:** Help keep the `index.json` up-to-date. See [community resources for finding disposable domains]([https://github.com/ivolo/disposable-email-domains](https://github.com/ivolo/disposable-email-domains)) 5 + * **Updating Disposable Domains:** Help keep the `index.json` up-to-date. 6 6 * **Reporting Issues:** If you find a bug, please open an issue with a clear description. 7 7 * **Code Improvements:** Feel free to suggest code enhancements or refactorings by submitting a pull request.
+10 -1
README.md
··· 1 1 # Disposable Email Detector 2 2 3 - [![CodeScene Code Health](https://codescene.io/projects/50926/status-badges/code-health)](https://codescene.io/projects/50926) 4 3 [![DeepScan grade](https://deepscan.io/api/teams/23370/projects/26631/branches/850159/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=23370&pid=26631&bid=850159) 5 4 ![workflow](https://github.com/IntegerAlex/disposable-email-detector/actions/workflows/main.yml/badge.svg) 6 5 [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8638/badge)](https://www.bestpractices.dev/projects/8638) ··· 48 47 - If `index.json` is not found, the script informs you to create it with disposable domains. 49 48 - If `index.json` has an invalid JSON format, it prompts you to correct the file. 50 49 - Unexpected errors are logged to the console. 50 + 51 + ## Contributing 52 + 53 + Contributions are welcome! Please refer to the [contributing guidelines](CONTRIBUTING.md) for more information. 54 + 55 + ## License 56 + 57 + This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 58 + ``` 59 +