Describe the bug
Version: version 0.10.1 (2020-06-24)
PR body(description) is not reflecting as empty even after removing the content completely
Steps to reproduce the behavior
- gh pr create --base master
- Enter title
- Change body (remove content completely)
- Save the file (nano editor)
- Submit
Expected vs actual behavior
Expected:
If I remove the content from default PR template and save the file, it should have empty PR description after it is created.
Actual:
PR had default template content as it is.
Logs
NA