2

Under various circumstances it may make sense to delay publishing an issue. E.g. if waiting some days/weeks/months for a dependency to update or some other concern.

Is there a way (within the github platform) to save a draft issue?

Note: Gists effectively have this feature through their 'public' / 'secret' attribute (the latter can be used as a proxy for a 'draft') - is there anything similar for github issues?

stevec
  • 41,291
  • 27
  • 223
  • 311

1 Answers1

2

I don't think there is a way right now. Github does not have a "confidential" or "draft" issue. There was a discussion here and another request here and they doesn't seem to be solved at the moment.

0xKayvan
  • 368
  • 1
  • 4
  • 18