This project accepts updates through pull requests (PRs).
- Add a new cybersecurity / infosec / hacking event entry.
- Update an existing entry (deadlines, links, city/country, status, notes).
- Fix formatting or broken links.
- Make sure you have a GitHub account.
- Fork this repository (if you do not have write access).
- Clone your fork locally.
- Create a branch:
git checkout -b chore/update-conference-entry-
Edit
data/conferences.csvperdocs/CATALOG.md(schema) and.cursor/skills/update-conference-data/SKILL.md(research rules). -
Validate your changes:
- Check for accidental extra commas or broken CSV rows.
- Ensure URLs are valid and direct where possible.
- If unsure about a value, keep
TBD/Unknownrather than guessing.
-
Commit:
git add data/conferences.csv
git commit -m "Update conference entry details"- Push your branch:
git push -u origin chore/update-conference-entry- Open a Pull Request on GitHub.
- Clearly state whether you added or updated entries.
- List affected conference names.
- Mention key changed fields (for example: deadlines, links, location, status).
- Note any estimated values and why they were estimated.
Add: <Conference Name>Update: <Conference Name> deadlines and linksUpdate: multiple conference entries (dates/links/status)
- Maintainers may request source verification for critical fields.
- PRs with uncertain values should keep
TBD/Unknownand include notes. - Keep changes scoped; avoid unrelated formatting churn.