mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
templates: Wrap guidance lines with html comment blocks (#6563)
* Update PULL_REQUEST_TEMPLATE.md * Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * aarch64 => armv7l * Use `crew sysinfo` in issue template
This commit is contained in:
28
.github/ISSUE_TEMPLATE.md
vendored
28
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,41 +1,35 @@
|
||||
<!--
|
||||
## Before you submit an issue
|
||||
Please look up our issues, maybe your problem was mentioned before.
|
||||
-->
|
||||
|
||||
## Description
|
||||
Provide a short description of your problem here.
|
||||
<!-- Provide a short description of your problem here. -->
|
||||
|
||||
If you executed a specific command:
|
||||
```shell
|
||||
your command here
|
||||
# your command here
|
||||
```
|
||||
|
||||
Output:
|
||||
```shell
|
||||
output
|
||||
of
|
||||
your
|
||||
command
|
||||
here
|
||||
```
|
||||
# output of your command here
|
||||
```
|
||||
|
||||
## Versions and system information
|
||||
chromebrew: `crew --version`
|
||||
|
||||
ChromeOS: `cat /etc/lsb-release`
|
||||
|
||||
Model: YOUR MODEL HERE
|
||||
|
||||
Architecture: `uname -m`
|
||||
<!-- Paste the output of `crew sysinfo` here -->
|
||||
|
||||
## Additional information
|
||||
<!--
|
||||
Mention things we might need to know. Like:
|
||||
|
||||
What I think needs to be done:
|
||||
- [ ] step one
|
||||
- [ ] step two
|
||||
-->
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
## That's it
|
||||
Thank you for submitting your issue.
|
||||
When done, please delete the parts of this template which you don't need or these, which are only for guidance.
|
||||
-->
|
||||
|
||||
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,28 +1,35 @@
|
||||
Fixes #
|
||||
|
||||
(let GitHub automatically close an issue when this pull request gets merged)
|
||||
<!-- (let GitHub automatically close an issue when this pull request gets merged) -->
|
||||
|
||||
<!--
|
||||
## Before you submit a pull request
|
||||
|
||||
This template is not necessary when you do simple things like updating packages to the latest version. But in doubt, it's always better so provide some information.
|
||||
-->
|
||||
|
||||
## Description
|
||||
<!--
|
||||
Provide a description, what your changes do and why they are important
|
||||
|
||||
Please link issues and other pull requests connected to this one.
|
||||
-->
|
||||
|
||||
## Additional information
|
||||
Mention things we might need to know. Like:
|
||||
<!-- Mention things we might need to know. Like: -->
|
||||
|
||||
Works properly:
|
||||
- [x] x86_64
|
||||
- [ ] aarch64 (reasons why it doesn't)
|
||||
- [x] `x86_64`
|
||||
- [ ] `i686`
|
||||
- [ ] `armv7l` <!-- (reasons why it doesn't) -->
|
||||
|
||||
### Run the following to get this pull request's changes locally for testing.
|
||||
```
|
||||
CREW_TESTING_REPO=https://github.com/<Please_enter_the_name_of_your_repo>/chromebrew.git CREW_TESTING_BRANCH=<Please_enter_the_branch_name_for_this_PR> CREW_TESTING=1 crew update
|
||||
```
|
||||
---
|
||||
|
||||
<!--
|
||||
## That's it
|
||||
Thank you for submitting your pull request.
|
||||
When done, please delete the parts of this template which you don't need or these, which are only for guidance.
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user