This is an archive of the discontinued LLVM Phabricator instance.

Add issue/PR templates to discourge issue/PR creation
Needs ReviewPublic

Authored by tstellar on Nov 22 2021, 5:18 PM.

Details

Reviewers
asl
Summary

This is temporary to discourage people from creating issues or PRs
during the bugzilla migration.

Diff Detail

Event Timeline

tstellar requested review of this revision.Nov 22 2021, 5:18 PM
tstellar created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2021, 5:18 PM
asl added a comment.Nov 22 2021, 9:54 PM

We can also put into .github/ISSUE_TEMPLATE/config.yml the following:

blank_issues_enabled: false

To disallow non-templated issues

tstellar updated this revision to Diff 389604.Nov 24 2021, 1:37 PM

Disable blank issues

tstellar updated this revision to Diff 389605.Nov 24 2021, 1:41 PM

Add back blank issue template.

I disabled blank issue creation, but kept the blank issue template, because it's still possible to create blank issues if you go directly to the url: https://github.com/tstellar/llvm-project/issues/new

This comment was removed by MehdiChinoune.