Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1.52 KB

Contributing

Your contributions are always welcome!

Guidelines

Add papers

  • Add one paper per Pull Request.
    • Make sure the PR title is in the format of Add paper paper-name.
    • Briefly explain why the paper is relevant. Should not copy the entire abstract.
    • Mention which task(s) the paper belongs to.
  • Add the link: * [paper-name](http://link-to-paper.com/) to the section List of papers
  • Add the paper to the respective task(s)
  • If a paper belongs to a new task, please add a (sub-)section. Please try to align the new task with the existing taxonomy. In case no existing task matches, please add the new task as a sub-task in the Miscellaneous tasks.
    • Add the section description.
    • Add the section title to Table of Contents.
  • Arxiv papers are also considered, but would prefer it if the paper receives at least one (non-self) citation to ensure the quality

Add data sources or datasets

  • Add one source or one dataset per Pull Request.
    • Make sure the PR title is in the format of Add dataset dataset-name or Add source source-name.
    • Briefly describe the source/dataset.
    • Briefly explain how the source/dataset is relevant/useful for vulnerability assessment
    • Mention which task(s) the source/dataset can be used for.
  • Add the link: * [dataset-name](http://link-to-dataset.com/) or * [source-name](http://link-to-source.com/) to the respective section Vulnerability data

Please search previous Pull Requests or Issues before making a new one, as yours may be a duplicate.