lvwerra HF staff commited on
Commit
d26028d
β€’
1 Parent(s): 5518841
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,10 +45,11 @@ open an issue with <a href="https://github.com/bigcode-project/opt-out-v2/issues
45
 
46
  opt_out_issue_title = """Opt-out request for {username}"""
47
  opt_out_issue_body = """\
48
- I request that the following data is removed from The Stack:
49
 
50
  - Commits
51
  - GitHub issue
 
52
  {repo_list}
53
 
54
  _Note_: If you don't want all resources to be included just remove the elements from the list above. If you would like to exclude all repositories and resources just add a single element "all" to the list.
 
45
 
46
  opt_out_issue_title = """Opt-out request for {username}"""
47
  opt_out_issue_body = """\
48
+ I request that the following data is removed from The Stack and StackOverflow:
49
 
50
  - Commits
51
  - GitHub issue
52
+ - StackOverflow: <INSERT_STACKOVERFLOW_USERNAME_HERE>
53
  {repo_list}
54
 
55
  _Note_: If you don't want all resources to be included just remove the elements from the list above. If you would like to exclude all repositories and resources just add a single element "all" to the list.