-
Fork or Use as Template
Click the "Use this template" button or fork the repository to get started. -
Import the Ruleset
Copy themain-ruleset.yml
from the.github
folder into your new repository.
This file helps configure GitHub Issues. -
Configure Dependabot
Rename.github/dependabot.disabled.yml
to.github/dependabot.yml
.
Update it to match your project’s package ecosystem (e.g. npm, pip, etc.).
If you don’t need Dependabot, you can delete the file. -
Set Code Owners
Update.github/CODEOWNERS
with the correct usernames or teams responsible for reviewing code. -
Update This README
- Change the title to your repository name.
- Add a short description of your project.
- Include contact information for the project owner or maintainer.
# my-awesome-project
A simple tool to automate phishing domain detection.
Maintainer: @yourusername
Contact: [email protected]