Skip to content

Commit

Permalink
patch github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Apr 25, 2024
1 parent b00fe02 commit 98b8da0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Steps to reproduce the behavior:

### Environment

* OS: [e.g. Linux / Windows / macOS]
* OS: (e.g. Linux / Windows / macOS)
* Python version
* stac-model version

Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ assignees:

## :sound: Motivation

<!-- Please describe the motivation for this proposal, such as the problem it solves, the intended users for the feature and what does success look like and how we can measure that. -->
<!--
Please describe the motivation for this proposal, such as the problem it solves,
the intended users for the feature and what does success look like and how we can measure that.
-->

## :satellite: Alternatives

Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees:

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've searched the project's [`issues`][1], looking for the following terms:
- [ ] I've searched the project's [`issues`](..), looking for the following terms:
- [...]

## :question: Question
Expand All @@ -24,5 +24,3 @@ Is it possible to [...]?
## :paperclip: Additional context

<!-- Add any other context or screenshots about the feature request here. -->

[1]: https://github.com/crim-ca/stac-model/issues
5 changes: 1 addition & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@

<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->

- [ ] I've read the [`CONTRIBUTING.md`][2] guide;
- [ ] I've read the [`CONTRIBUTING.md`](../CONTRIBUTING.md) guide;
- [ ] I've updated the code style using `make codestyle`;
- [ ] I've written tests for all new methods and classes that I created;
- [ ] I've written the docstring in `Google` format for all the methods and classes that I used.

[1]: https://github.com/rbavery/stac-model/blob/master/CODE_OF_CONDUCT.md
[2]: https://github.com/rbavery/stac-model/blob/master/CONTRIBUTING.md

0 comments on commit 98b8da0

Please sign in to comment.