-
Notifications
You must be signed in to change notification settings - Fork 511
Take advantage of PR and multiple issue templates #1320
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Feature request/idea 🚀 | ||
about: Suggest a new feature or improvement (this does not mean you have to implement it) | ||
|
||
--- | ||
|
||
**Summary of the new feature** | ||
|
||
A clear and concise description of what the problem is that the new feature would solve. | ||
Try formulating it in user story style (if applicable): | ||
'As a user I want X so that Y.' with X being the being the action and Y being the value of the action. | ||
|
||
**Proposed technical implementation details (optional)** | ||
|
||
A clear and concise description of what you want to happen. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Support Question ❓ | ||
about: If you have a question, you can try asking in the VSCode channel of the international PowerShell Slack channel first. You can also try Gitter chat for vscode-powershell. | ||
|
||
--- | ||
|
||
* Slack Community Chat: https://powershell.slack.com (you can sign-up at http://slack.poshcode.org/ for an invite) | ||
* Gitter Chat: https://gitter.im/PowerShell/vscode-powershell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Editor Syntax Colorization bug report ❓ | ||
about: Editor syntax colorization bugs are tracked in a separate GitHub repo. | ||
|
||
--- | ||
|
||
* Please submit editor syntax colorization issues with PowerShell scripts | ||
to the [EditorSyntax](https://github.com/powershell/editorSyntax/issues) repo on GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## PR Summary | ||
|
||
<!-- summarize your PR between here and the checklist --> | ||
|
||
## PR Checklist | ||
|
||
Note: Tick the boxes below that apply to this pull request by putting an `x` between the square brackets. | ||
Please mark anything not applicable to this PR `NA`. | ||
|
||
- [ ] PR has a meaningful title | ||
- [ ] Summarized changes | ||
- [ ] This PR is ready to merge and is not work in progress | ||
- If the PR is work in progress, please add the prefix `WIP:` to the beginning of the title and remove the prefix when the PR is ready | ||
|
||
@tylerl0706 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
No checks for licensing headers or if tests were added or if the change is breaking similar to the PSCore repo? (yes, I realize PSSA hasn't updated to the latest PR template either)
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.
We have just a few vscode-powershell tests. And many of the features we add wind up being hard to test as "unit" tests. Probably need a UI automation type of test. While breaking changes are possible I think they're much less likely on the extension side. Now PSES is a different matter. What's the "licensing headers" issue?
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.
FWIW I'm somewhat hesitant to add a PR template because we're in the mode of encouraging more contributors so we want a low barrier to entry. But I think we can add one that isn't too onerous. Mainly I wanted @tylerl0706 automatically added as a reviewer of each PR. :-)
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 think @bergmeister is talking about requiring the Microsoft copyright header to new files.