Commit Graph

26 Commits

Author SHA1 Message Date
Joey Parrish d1f00b897c ci: Add tests for new update-issues tool (#3900)
This ports over internal tests suggested in #3889.
2022-01-25 10:17:47 -08:00
Joey Parrish 69b276922a ci: Filter out PRs from update-issues tool (#3904)
The tool isn't (yet) intended to maintain PR labels, and the workflow
doesn't have permissions to update PRs.
2022-01-25 09:51:27 -08:00
Joey Parrish a65a1cd416 ci: New workflow to update issues (#3889)
This replaces an internal tool that we have been running on a private
Jenkins server.
2022-01-24 17:41:59 -08:00
theodab 3a22cb3e03 test: Hide passing tests in GitHub actions runs (#3883) 2022-01-19 21:39:19 -08:00
Joey Parrish b82e8ed37e test: Add mac/Safari, mac/Edge to GitHub Actions workflow (#3847) 2022-01-11 13:10:23 -08:00
theodab a071ed20d4 test: Re-enable macOS integration tests for GitHub Actions (#3841) 2022-01-10 15:41:25 -08:00
theodab df399cc74c build: Added Github actions to test PRs (#3833) 2022-01-07 21:09:39 -08:00
Joey Parrish 5969f6f09e chore: Update automatic labels in issue templates
Issue templates can set labels automatically on new issues.  We
already did this for questions, but not for bugs or features.

Now the label name for questions has changed, and needed to be
updated.  Also, for our new triage process, it is helpful to set bug
and enhancement labels automatically.

Change-Id: I28f79f0b5984709b117965c692e1e3aa774abb31
2021-09-28 10:02:32 -07:00
Jacob Trimble ea20df0fd8 docs: Update PR template.
- Puts the description info in a comment.
- Adds comments to screenshots section.
- Removes the comments telling people to remove checkbox lines.
- Adds new checklist items for CLA/build/test.

Change-Id: I2d3b66c9b1a16eb489f8d65526a17c4ad4e4fae9
2021-03-23 17:37:57 +00:00
Arijit Kundu 2222c06795 fix: Fixed Pull Request template folder directory (#3207) 2021-03-11 12:12:40 -08:00
Akash Gupta 4161ec17a6 chore: Added PR Template (#3202)
Closes #3201
2021-03-10 10:56:42 -08:00
Jacob Trimble 55d7643361 docs: Add configuration info to bug template.
It makes it easier to debug if we know the app's configuration settings.
This adds a section to ask for that in the bug template.

Change-Id: I18ec8822165c24b9ee655f2a18df6f569c39607b
2021-03-09 10:48:45 -08:00
michellezhuo c7fcae8136 chore:Minor update in the Question template
Change-Id: Icffdf42519c9a4d5ec815bd28ef30de08a7dcf4f
2020-06-26 14:21:29 -07:00
michellezhuo 35beefeb38 chore: Add tutorials link to the Question template
We're getting more questions, and some of the answers are covered in the
tutorial and API docs.
Adding a link to the tutorials page, to encourage people to check the
tutorial before asking a question.

Change-Id: I3d04938666e1c9fa818146517018aa7334c022b7
2020-06-26 21:17:18 +00:00
Theodore Abshire 1b6ecf8369 Made issue template for questions ask more.
Previously, the issue template for questions did not contain any
actual template.
We were getting a lot of "questions" that should have been filed as
bugs or feature requests instead.
This adds more to the question template, to encourage people to file the
correct template, and to get them to add at least some details.

Change-Id: I2c82ec46eae96fb33df5b97185e46708444ce7fa
2020-01-06 18:17:38 +00:00
Theodore Abshire aabd6f8ee9 Add line to request template for duplicates.
Change-Id: Ibf5a645311e1a47b606b7c2c25cf7a67c9bc6197
2019-01-15 22:13:38 +00:00
Joey Parrish 075b1cd0e7 Delete the old issue template
This has been replaced by the new template system on github
2019-01-10 12:35:18 -08:00
Joey Parrish 47249f4b86 Update issue templates
- Upgraded to the new issue template builder on github
 - Added firmware question re #1753
 - Added feature request and question templates
2019-01-10 12:34:06 -08:00
Jacob Trimble 759eef9685 Change goo.gl links to bit.ly.
https://goo.gl is being turned-down, so we can't use it for new URLS.
So we have consistent short links, this converts them to be
https://bit.ly.

Change-Id: I07a86cba807b67157664893341f648023918d0de
2018-06-22 20:20:00 +00:00
Joey Parrish b911ab5992 Update ISSUE_TEMPLATE.md
- Add a NOTE about using the demo app URI to send us a copy of your state.
 - Combine NOTEs.
 - Move NOTEs to a comment instead of italics.
2018-05-10 11:00:50 -07:00
Joey Parrish e5779be99a Convert issue template warning into HTML comment
The warning at the top should not be a top-level heading.
It looks too aggressive when it shows up in actual reports.
2018-02-28 13:58:17 -08:00
Joey Parrish aef8f71002 Update the issue template with stricter wording
Many people either ignore the template or fail to send us the URIs we
need for repro.  This adds language making it clear what we need.

Change-Id: I4da8d0dd7d7a203e71e5cc6c55b99e2f27e8d642
2018-01-24 11:50:19 -08:00
Joey Parrish 2f7a5b6059 Build the FAQ into the tutorials
The FAQ file had to be moved into the tutorials folder to make this
work for some reason.  JSDoc did not want to take "../faq" as a name.

Closes #865

Change-Id: I63ff5b181f494d72c04eaa054111d9fdc866064c
2017-06-09 23:53:38 +00:00
Jacob Trimble 32770385e4 Add FAQ and info about filing bugs.
Change-Id: I49eeb8af05a88d94bbf2d76bed379a2708ebfcf7
2017-05-22 23:00:34 +00:00
Joey Parrish 0dc17a1c16 Add browser and OS to issue template
Change-Id: Id23426095f2627989a34cda9d8fd8c81ce47aed2
2017-01-03 17:44:55 +00:00
Joey Parrish 748e1ab470 GitHub issue template
This will be used by GitHub as a template for all new issues filed.

Change-Id: I4b24ead1877f50ad4d325b1b6935345eab0c9896
2016-08-29 21:43:38 +00:00