Skip to content

Commit d2a0b95

Browse files
committed
docs: Improve {ISSUE,PULL_REQUEST}_TEMPLATEs, slightly
This patch is a follow-up of PR ocaml-sf#453
1 parent 6e3fa0f commit d2a0b95

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ Steps to reproduce the behavior:
4040

4141
## Current configuration
4242

43+
<!-- You can write "N/A" for the items that sound irrelevant to you -->
4344
* OS name (and version):
4445
* Browser name (and version):
4546
* `learn-ocaml --version`:
47+
* `git describe --long --always --abbrev=40`:
4648

4749
## Additional context
4850

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
* Read [this wiki page](https://github.com/ocaml-sf/learn-ocaml/wiki/Checklist-for-testing-and-merging-a-PR)
2929
* Make sure the PR has a milestone
3030
* Assign yourself before merging
31+
* We can squash-merge 1-commit PRs (ensuring the header has a [conventional-commit type](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md#conventional-commits-examples) and the footer says `Close #…`)

0 commit comments

Comments
 (0)