Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Improve {ISSUE,PULL_REQUEST}_TEMPLATEs, slightly #464

Merged
merged 1 commit into from Jan 21, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)