Skip to content

Guideline to update ACM SIGSOFT Distinguished Papers

Yongqiang Tian edited this page Jul 12, 2025 · 1 revision

Here is a guideline to update the recipients of ACM SIGSOFT Distinguished Papers

Following these steps, you will be able to create a pull request and update the recipients of ACM SIGSOFT Distinguished Papers on ACM SIGSOFT website https://www2.sigsoft.org/awards/distinguishedpaper/

Requirements

  1. A GitHub account
  2. A web browser

Steps

  1. Make sure you have logged in to GitHub
  2. Click this link: https://github.com/acmsigsoft/acmsigsoft.github.io/edit/main/content/awards/distinguishedPaper.md
  3. Go to line 50, right after the headline: ##winner
  4. Input the recipients of ACM SIGSOFT Distinguished Papers (you may use the template in the next section)
  5. After the editing, click the green button "Commit Changes" in the top-right corner.
  6. You will see a dialog saying "You can’t commit to main because it is a [protected branch]". This is correct. Just fill in the commit message and then click the button "Propose changes"
  7. You will be redirected to a new page to create a pull request. Just fill in the title and then click the button "Create pull request".
  8. In the top-right corner, you may choose me (yqtianust) as the reviewer. I will review and approve the update asap.

Template

### Name of the conference
The date and location of the conference

- Then each line is an awarded paper, starting with a dash `-` for an unordered list. 
- The authors' names (separated by commas) go first, followed by a colon :, then the title of the paper.

Here is a full example:

Template

### The 47th International Conference on Software Engineering (ICSE 2025)
Mon 23 - Fri 27 June, 2025, Trondheim, Norway

 - Bruno Kreyssig, Alexandre Bartel: Gleipner - A Benchmark for Gadget Chain Detection in Java Deserialization Vulnerabilities
 - Susheng Wu, Ruisi Wang, Yiheng Cao, Bihuan Chen, Zhuotong Zhou, Yiheng Huang, JunPeng Zhao, Xin Peng: Mystique: Automated Vulnerability Patch Porting with Semantic and Syntactic-Enhanced LLM

Q&A

If you have any problems with this, feel free to contact me at yongqiang.tian@monash.edu

Clone this wiki locally