Skip to content

Commit b56268d

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

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-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/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ assignees: ''
2828

2929
## Current configuration
3030

31+
<!-- You can write "N/A" for the items that sound irrelevant to you -->
3132
* OS name (and version):
3233
* Browser name (and version):
3334
* `learn-ocaml --version`:
35+
* `git describe --long --always --abbrev=40`:
3436

3537
## Additional context
3638

.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 (use a header with a [conventional-commit type](https://github.com/ocaml-sf/learn-ocaml/blob/master/CONTRIBUTING.md#conventional-commits-examples), add a footer with `Fix #…` if need be)

0 commit comments

Comments
 (0)