Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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)