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:
supechicken
2022-03-19 00:06:21 +08:00
committed by GitHub
parent 12ecf03abc
commit 807da00b6b
2 changed files with 23 additions and 22 deletions

View File

@@ -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.
-->

View File

@@ -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.
-->