Skip to content

Commit

Permalink
docs: Improve {ISSUE,PULL_REQUEST}_TEMPLATEs, slightly (#464)
Browse files Browse the repository at this point in the history
This patch is a follow-up of PR #453
  • Loading branch information
erikmd committed Jan 21, 2022
1 parent 6e3fa0f commit e3ff435
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -40,9 +40,11 @@ Steps to reproduce the behavior:

## Current configuration

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

## Additional context

Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Expand Up @@ -28,9 +28,11 @@ assignees: ''

## Current configuration

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

## Additional context

Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -28,3 +28,4 @@
* Read [this wiki page](https://github.com/ocaml-sf/learn-ocaml/wiki/Checklist-for-testing-and-merging-a-PR)
* Make sure the PR has a milestone
* Assign yourself before merging
* 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 comments on commit e3ff435

Please sign in to comment.