Goal
We want to add a section to the README.md file that will direct people to our newly created SECURITY.md file to receive information on how to report security issues.
Steps to Complete
- Fork the repository.
- Open the file named
README.md in the root of the repository's fork.
- Copy and paste the section below under the
Contributing section, but above the License section.
- Set the commit message to something like "Add security section to README.md" and commit!
- Submit a Pull Request that references this issue number.
Security Section Template
## Security
For information on reporting security vulnerabilities in devtkit, see [SECURITY.md](SECURITY.md)
Goal
We want to add a section to the
README.mdfile that will direct people to our newly createdSECURITY.mdfile to receive information on how to report security issues.Steps to Complete
README.mdin the root of the repository's fork.Contributingsection, but above theLicensesection.Security Section Template