-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
misc(github): add github PR and issue templates #5163
Changes from 2 commits
b618cc8
ecf9b5f
f683162
edab738
556590e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- Before creating an issue please make sure you are using the latest version. --> | ||
|
||
<!-- If this is a feature request use this portion of the template and delete the bug portion --> | ||
<!-- If this is a new audit please review the audit doc https://github.com/GoogleChrome/lighthouse/blob/master/docs/new-audits.md --> | ||
**Describe the *feature* request.** | ||
|
||
|
||
**What is motivation or use case for changing this?** | ||
|
||
|
||
**Where should this feature be implemented (CLI/DevTools/Extension/Node Module)?** | ||
|
||
|
||
<!-- If this is a bug report use this portion of the template and delete the feature request portion --> | ||
|
||
**Describe the *bug* issue** | ||
|
||
|
||
<!-- Have you searched for similar open issues? --> | ||
<!-- If yours is a duplicate, consider commenting with additional info or +1'ing instead. --> | ||
Related issues: <!-- #9000 --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oops my proposal seems to be out of style a bit with the rest of yours. let's match it up to what you've got here I like that more :) **Related issues**
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Latest commit, I delete the issue template and added your last two feedback to the bug report. |
||
|
||
**What is the current behavior?** | ||
|
||
|
||
**What is the expected behavior?** | ||
|
||
|
||
**Provide the steps to reproduce** | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's add a placeholder step for the URL since that's almost always the first question we ask
|
||
|
||
**Environment Information**: | ||
Affected Channels: | ||
- [ ] CLI | ||
- [ ] Node Module | ||
- [ ] Extension | ||
- [ ] DevTools | ||
|
||
Lighthouse version: | ||
Node.js version: | ||
Operating System: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: File an issue ticket to help us improve | ||
|
||
--- | ||
|
||
<!-- Before creating an issue please make sure you are using the latest version. --> | ||
|
||
# Bug report | ||
|
||
**What is the current behavior?** | ||
|
||
|
||
**Provide the steps to reproduce.** | ||
|
||
|
||
**What is the expected behavior?** | ||
|
||
|
||
**Environment Information**: | ||
Affected Channels: | ||
- [ ] CLI | ||
- [ ] Node Module | ||
- [ ] Extension | ||
- [ ] DevTools | ||
|
||
Lighthouse version: | ||
Node.js version: | ||
Operating System: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Feature request | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From what I understand these will only be used if you append If so, I'm not sure we have a use case for the specific issue templates just yet. Maybe we should just start with global issue template. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh that's awesome!! They should add that to the post 😆 Do we need the global one then if you always get this option? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BTW where did that screenshot come from? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The SS came from webpack repo LINK. Think the global one would be nice to have? Wouldn't hurt to keep it around. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I'm mainly just thinking about keeping them in sync since they already seem to differ a bit :) it's not a biggie There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ya let's nuke the global issue template. The specific ones are good 'nuff. |
||
about: Suggest an idea to us! | ||
|
||
--- | ||
|
||
<!-- Before creating an feature request please make sure you are using the latest version. --> | ||
|
||
<!-- If this is a new audit please review the audit doc https://github.com/GoogleChrome/lighthouse/blob/master/docs/new-audits.md --> | ||
|
||
## Feature request | ||
|
||
**Summary of the feature request?** | ||
<!-- Describe to us the need for this change --> | ||
<!-- Are you willing to work on this yourself? --> | ||
|
||
|
||
**What is the motivation or use case for changing this?** | ||
|
||
|
||
**How is this beneficial to Ligthhouse?** | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Other | ||
about: Throw something out there! | ||
|
||
--- | ||
|
||
<!-- We would love to hear anything on your mind about Lighthouse --> | ||
**Summary** | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!-- Thank you for submitting a pull request! --> | ||
|
||
**Summary** | ||
<!-- What kind of change does this PR introduce? --> | ||
<!-- Is this a bugfix, feature, refactoring, build related change, etc? --> | ||
|
||
<!-- Describe the need for this change --> | ||
|
||
<!-- Link any documentation or information that would help understand this change --> | ||
|
||
**Related Issues/PRs** | ||
<!-- Provide any additional information we might need to understand the pull request --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this set of questions! WDYT about adding one about relevant existing issues?
or something