Commit Graph

286 Commits

Author SHA1 Message Date
Travis Plunk
4523ea3af4
Update Distribution_Request.md 2020-05-16 13:49:05 -07:00
xtqqczze
fde00de77f
Update docs.microsoft.com links (#12653)
# PR Summary

* remove explicit en-us from links
* remove view parameter


## PR Context

follow-up #7013

## PR Checklist

- [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
    - Use the present tense and imperative mood when describing your changes
- [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
- [x] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
    - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
    - [ ] None
    - **OR**
    - [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/reference/6/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
        - [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
- **User-facing changes**
    - [x] Not Applicable
    - **OR**
    - [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
        - [ ] Issue filed: <!-- Number/link of that issue here -->
- **Testing - New and feature**
    - [x] N/A or can only be tested interactively
    - **OR**
    - [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
- **Tooling**
    - [x] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
    - **OR**
    - [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary. This may include:
        - Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode (which runs in a different PS Host).
        - Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
        - Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
        - Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
2020-05-15 03:29:43 +00:00
Travis Plunk
e74fc33b5f
Add link to lifecyle doc to distribution request template (#12638) 2020-05-12 15:11:10 -07:00
Travis Plunk
8128a036f7
Delete sync.yml 2020-04-30 10:22:09 -07:00
Travis Plunk
902524f621
Create sync.yml 2020-04-30 10:21:49 -07:00
Ilya
1c4ecb6ec5
Update the owner list for ConsoleHost (#12508) 2020-04-28 11:07:54 -07:00
Steve Lee
b7cb335f03
Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07:00
Steven Donovan
47645e0ccf
Replace VSCode link in CONTRIBUTING.md (#11475) 2020-03-13 15:44:15 -07:00
Shayde Nofziger
23b7dce320
Improvements to the contribution guide (#12086)
* Fix typo in contribution guide

* Improve contributing links and wording

Various improvements to the contributor's guide, including grammar fixes, making common links for easier updating, and fix for a broken link to VS Code editor documentation.

* Update .github/CONTRIBUTING.md

Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2020-03-11 11:46:19 -07:00
Travis Plunk
667ac4b16e Configure the issue label bot (#11527) 2020-01-08 13:48:26 -08:00
Steve Lee
03668e79af Add config.yml for ISSUE_TEMPLATE so that Doc, Security, Suppo… (#11153) 2019-12-04 15:08:14 -08:00
Michael Klement
2c8955eaeb Update SUPPORT.md (#11101)
New-issue link changed from a blank form to the intermediate issue-type-template selection change.
2019-11-19 09:24:54 +05:00
Michael Klement
6dda2308fe Update CONTRIBUTING.md (#11096)
New-issue-creation link updated to show the various templates rather than a blank new issue form.
2019-11-18 12:37:54 +05:00
Aditya Patwardhan
163cba4336 Fix installation doc links in README.md (#11083) 2019-11-15 12:02:43 -08:00
Travis Plunk
b425648f69
Clarify which requirement are mandatory (#10734) 2019-10-10 14:33:50 -05:00
Michael Klement
2ec25645c3 Update Support_Question.md to link to Stack Overflow as anothe… (#10638) 2019-10-03 14:56:03 -05:00
Travis Plunk
ae82c8f988
Add processor architecture to distribution request (#10661)
* Add processor architecture to distribution request

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md

* Update Distribution_Request.md

* Update .github/ISSUE_TEMPLATE/Distribution_Request.md
2019-10-02 10:25:11 -05:00
Steve Lee
d84ebc1571 Update our language on our policy applying to security issues (#10304) 2019-08-06 16:32:58 -07:00
Ilya
d7811c8d25 Remove extra check that the system dll exists (#10244) 2019-08-05 09:52:18 -07:00
Travis Plunk
f8ea0ed76c
Fix spelling error in issue template (#10256) 2019-07-30 10:48:15 -07:00
Travis Plunk
63046c6a80
CreateDistribution_Request issue template (#10253) 2019-07-29 16:22:12 -07:00
Tyler James Leonhardt
784fd31941 PSSA also includes formatting (#10172) 2019-07-17 09:02:02 +05:00
Christoph Bergmeister [MVP]
f00b073539 Refactor security policy documentation so that they appear in the Security policy tab of GitHub (#9905)
Co-Authored-By: Travis Plunk <travis.plunk@microsoft.com>
2019-07-16 13:27:42 -07:00
Tyler James Leonhardt
5bed39b3aa Add tooling section to PR template (#10144) 2019-07-16 12:20:50 -07:00
Tyler James Leonhardt
d712d5817b Add quick steps for adding docs to cmdlets (#9978) 2019-06-25 10:55:42 -07:00
Travis Plunk
45f8abbd12 Disable stale bot in favor of an internal bot that we can customize more (#9785) 2019-05-31 12:42:40 -07:00
Kirk Munro
94c1098e16 Add checkbox to PR checklist for experimental feature use (#9619) 2019-05-17 17:02:31 -07:00
Aditya Patwardhan
48acc6e45d Update CODEOWNERS file to reduce noise (#9547) 2019-05-07 08:46:56 -07:00
Joel Sallow (/u/ta11ow)
2cd4a4870a Update Support_Question.md (#9218) 2019-04-30 09:38:52 -07:00
Aditya Patwardhan
7de4210760
Update Release_Process.md
Add item for global tool
2019-04-26 16:28:09 -07:00
Travis Plunk
f649751ed2
Update release process template to clarify that most tasks are coordinated by the release pipeline (#9238)
Co-authored-by: Reece Dunham <me@rdil.rocks>
2019-03-30 16:09:54 -07:00
Reece Dunham
12276147e6 Remove code from CI.psm1 to optionally run Feature tests (#9212) 2019-03-27 13:29:15 -07:00
Michael Klement
f81f778308 Update feature-request issue template to move instructions into comments. (#9187)
Moved instructions into comments.

## PR Context

While users should _see_ instructions, they shouldn't be _included_ when the issue is created.
2019-03-22 12:23:26 -07:00
Ilya
56ab168a6a Update link to Contributing guide to new PowerShell-Doc repo (#9090) 2019-03-12 11:54:49 -07:00
Reece Dunham
c715a8faef Update release process issue template (#9051) 2019-03-08 00:14:03 +05:00
Aditya Patwardhan
99829b6d9d Update release template (#8996) 2019-02-26 15:41:20 -08:00
Ilya
31699be223 Change label in doc issue template (#8895)
CL-* is used only for ChangeLog automation.
2019-02-26 12:35:18 -08:00
Travis Plunk
2c488fb4e5
Fix Markdown lint issues (#8929)
#8896 Broke the static analysis CI.  Fixing so CI passes
2019-02-20 13:24:26 -08:00
Reece Dunham
c14d5dd67f Remove some of the last AppVeyor references (#8867)
This removes some of the last mentions of the AppVeyor name.  Don't change the title, we don't want the word to appear in the CLs
Also problem: the last references are in the changelogs but I don't want to modify them without committee approval.  

## PR Context  

it was removed, #8686
2019-02-19 12:44:00 -08:00
Travis Plunk
93f33bb0d3
Update stable version to 6.1.3 (#8902) 2019-02-19 11:07:46 -08:00
Travis Plunk
af4e8117df
Support release branches based on the forward slash separator (#8903) 2019-02-19 10:47:39 -08:00
Reece Dunham
6e913c4318 Update CLA pull request labeling info (#8820) 2019-02-04 11:52:47 -08:00
David Coulter
fce6a97b78 Changing docs issue template to new docs repo location (#8818)
Updating the issue template for documentation to show the new location of PowerShell-Docs on the MicrosoftDocs repo.

## PR Context  

Cleaning up references post migration of docs to MicrosoftDocs repo. While the redirect works, showing the correct location is preferred in the long run.
2019-02-03 14:31:35 -08:00
Ilya
5c8a5f355e Update GitHub templates (#8792)
Update GitHub templates.
Fill free add commits if needed.
2019-01-31 12:42:22 -08:00
Reece Dunham
719b808941 Update issue templates with new supported values (#8718) 2019-01-25 11:56:10 -08:00
xtqqczze
863528881f Use https in URLs where available (#8622)
Use https in URLS across the repository where the domain serves content by https.
2019-01-24 12:50:11 -08:00
Paul Higinbotham
0c2a8911d6 Update release process template (#8711)
* Update release process with latest steps

* Added DevOps artifacts step

* Update .github/ISSUE_TEMPLATE/Release_Process.md

Co-Authored-By: PaulHigin <paulhi@microsoft.com>


Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2019-01-22 17:11:39 -08:00
Reece Dunham
41e63f6546 Create Support File (#8618) 2019-01-17 12:25:07 -08:00
Reece Dunham
9eb6fc927d docs(contributing): add link check information (#8659) 2019-01-16 15:30:55 -08:00
Reece Dunham
c2bf6cd4e1 Fix grammar in stale bot message (#8660) 2019-01-16 16:56:19 +05:00
Reece Dunham
b30edf4764 Update the pull request template (#8624)
Some cleanup/enhancements to make it easier to understand.
2019-01-11 11:30:28 -08:00
Reece Dunham
a3d55783cd Contributing guidelines: Remove references to Travis CI and AppVeyor (#8617)
Since when was Travis-CI used??  I removed it and replaced it with `Azure DevOps` because that isn't there.
2019-01-10 13:05:22 -08:00
Steve Lee
7ff5d4c681 Document First-time-issue and Hackathon/Hacktoberfest labels (#8575)
Seems like the convention is to have a `First-Time-Issue` to help first time contributors find easy issues they can work on to start learning about the project and make their first contribution.  Label is created, this PR adds documentation.  The `Hackathon`/`Hacktoberfest` label (changes depending on time of year) wasn't documented previously and added to issue management doc.

Fix https://github.com/PowerShell/PowerShell/issues/8562
2019-01-04 10:50:08 -08:00
Reece Dunham
705a1806cb Update contributing guidelines doc to run spellchecking in English (#8473)
Makes it clear in the contrib guidelines to check in English.
2019-01-02 14:53:58 -08:00
Travis Plunk
c76a3d7bb4
Create release process issue template (#8417)
* create release process issue template
* Add a security issue template as well
2018-12-12 12:24:12 -08:00
Steve Lee
c3143251b4 Change default issue template to use different categories (#8203)
Leverage GitHub ability to have multiple options when user clicks "New Issue" to have better issues opened and direct users to Docs repo and UserVoice for Windows PowerShell issues.
2018-11-16 10:18:13 -08:00
Travis Plunk
10266af610
Update the codeowners (#8017) 2018-10-18 15:47:03 -07:00
RDIL
bc4575f55a Optimize Images! (#7874)
My pal @ImgBotApp optimized all the images present in the repository.
2018-10-01 13:15:37 -07:00
Ilya
0c3ada7edc Update CONTRIBUTION.md about adding an empty line after the copyright header (#7706) 2018-09-07 16:53:22 -07:00
Ilya
741defecff Add a paragraph on files.wxs updating (#7695) 2018-09-04 11:23:45 -07:00
Dan Travison
6febd1f883 Update Build script owners (#7321) 2018-07-20 12:32:49 -07:00
Steve Lee
4ad56b3029 Remove PSReadLine from Solution (sln) file (#7137) 2018-06-22 23:22:24 +05:00
Dongbo Wang
e9e8dc2313
Add Andrew to the default reviewers of the build related files (#7019) 2018-06-07 12:55:14 -07:00
Christoph Bergmeister
faf832401f Fix broken links due to PR 6899 that removed GitHub docs on installation docs, known issues and breaking changes due to complete migration to docs.microsoft.com (#6981)
* Fix broken installation links in README.md

* fix remaining broken links due to removal of breakingchanges and knownissues docs

* Remove en-us culture from docs links in readme

* Remove last en-us culture link from issue template
2018-06-05 19:37:14 -07:00
Sergei Vorobev
115d0715dc Remove myself (@vors) from codeowners for parser (#6952)
I was not able to provide reviews on the vast majority of the auto-assigned reviews.
I don't see a point to keep this auto-assignment.
2018-05-29 09:14:43 +05:00
Travis Plunk
b43d3e5d00
stop corrupting memory in libpsl-native SetDate (#6881)
stop corrupting memory in libpsl-native SetDate
Addresses #6872 - the first step
2018-05-18 12:56:09 -07:00
Ilya
a29484051e Update stale bot message (#6462)
Fix #6446

Add "Community members are welcome to grab these works."
2018-03-26 11:09:03 -07:00
Travis Plunk
339e4533e7
Add configuration for https://github.com/probot/stale (#6393)
* Add yml for https://github.com/probot/stale
2018-03-15 18:44:08 -07:00
Jason Shirk
bd258a3dbc
Update CODEOWNERS 2018-03-14 10:04:56 -07:00
Travis Plunk
7cb0b2390d Make it clearer how and what to mark as "not applicable" in PR template (#6209) 2018-02-23 15:25:44 -08:00
Steve Lee
fc627a1dba add guidance on adding copyright and license header to new source files (#6140) 2018-02-09 10:40:28 -08:00
Travis Plunk
bd865280f3
update processes to allow for coordinated vulnerability disclosure (#6042) 2018-01-27 10:28:33 -08:00
Mark Kraus
9e6115c9c6 Fix a typo and a Markdonw linting error in the Pull Request Template (#5807) 2018-01-08 18:09:00 -08:00
Luke Anderson
077bf97d4c Change Github to GitHub in CONTRIBUTING.md (#5697)
Correct branding is important.
2017-12-19 11:21:40 -08:00
Travis Plunk
1ce6c39c0b contribution guidelines: Add work in progress guidance (#5655)
Add guidance for submitting PR which are not ready to merge, or work in progress (WIP)
2017-12-10 10:29:53 -08:00
Travis Plunk
e44568e853 contribution guidelines: Remove requirement for updating changelog update in pr (#5644) 2017-12-07 10:28:16 -08:00
Travis Plunk
7cb76f5b48 contribution guidelines: change to say updating changelog is required (#5586)
- Update contribution guidelines to make updating the changelog required
- add a checklist to PR template

Comment by @SteveL-MSFT :
> Everyone should understand that we are always open to feedback and nothing is set in stone. Based on a team discussion, one of the biggest costs for a release is creating the ChangeLog hence updating this document to push it to the contributor most aware of why the changes are being made and ideally how it's useful to end users.
2017-12-04 17:40:05 -08:00
Travis Plunk
00dde3d8f2 Add term rules (#5213)
* Add Terms Rules

* remove offensive term

* Add code owner for compliance files
2017-10-25 15:08:52 -07:00
Sergei Vorobev
0c98b7e963 Remove @vors from engine area owners. Add the Language area. (#5223) 2017-10-25 14:05:19 -07:00
Mark Kraus
cfbd8986fd Add Uservoice Link to Issue Template (#5100) 2017-10-16 13:20:18 -07:00
Dongbo Wang
ca1d2acfba Update coding guidelines (#4754)
* Update coding guidelines to make it more concrete and useful in a review process.

* Add a section about security

* Address comments

* Update .spelling

* Address more comments

* Address comment about the security section

* Fix 'i.e.' and 'e.g.'

* Update .spelling

* One more tweak

* Add motivation for using 'nameof'
2017-09-08 20:24:26 +04:00
Steve Lee
efa320cdf8 Update docs about the pull-request-process (#4710)
Update pull-request-process to clarify role/responsibility of author and reviewers based on recent feedback from team and community. Also moved it to `.github/CONTRIBUTING.md` so that all related information can be found at one place.
2017-09-04 10:29:20 -07:00
Chuck Lu
fab00865e8 Add absolute url for md in issue template and pull request template (#4718) 2017-09-01 09:04:37 -07:00
Travis Plunk
3a8f923e03 Remove test and docs rules as they are too broad (#4597) 2017-08-16 12:06:42 -07:00
Travis Plunk
498680a252 Add codeowner files (#4565) 2017-08-15 12:04:06 -07:00
Ilya
84d458bb4c Add description of recommended settings for VS Code (#4054) 2017-06-23 09:23:50 -07:00
Joey Aiello
a164609eea Add documentation requirements to CONTRIBUTING.md (#3794) 2017-06-07 10:05:39 -07:00
Michael Klement
3133f85443 Update ISSUE_TEMPLATE.md (#3953)
Adds fenced code blocks / output blocks to the `Steps to reproduce`, `Expected behavior` and `Actual behavior` sections, so as to facilitate proper formatting.

Fix #3952.
2017-06-07 06:59:27 -07:00
Dongbo Wang
b614906f40 Update the PR template to remove links (#3193) 2017-02-23 16:40:20 -08:00
Dongbo Wang
a1edf8fba6 Define roles and their responsibilities in a PR (#3168) 2017-02-23 13:13:06 -08:00
Sergei Vorobev
c699775272 Update CONTRIBUTING.md: avoid rewrite (#3022)
Avoid rewriting history in PR iterations.
2017-01-23 11:44:36 -08:00
Steve Lee
b4738c8711 Update CONTRIBUTING.md
fix link
2016-11-14 10:05:07 -08:00
Steve Lee
ddb1af7fbd Update CONTRIBUTING.md
Fixed reference to 0-backlog
2016-11-14 09:08:02 -08:00
Andy Li
a2384bc7d8 add some info about spellchecker to CONTRIBUTING.md 2016-10-31 18:02:26 -07:00
Aleksandar Nikolić
a127f36ba2 Fix typo in CONTRIBUTING.md (#2242)
Change "once" to "one" and remove spaces before and after "/".
2016-09-12 18:21:29 -07:00
Jason Shirk
110c627be8 Doc updates, remove PR template, update issue labels (#1776)
* Remove PR template, update guidelines for PR

* Update testing-guidelines.md

* Add clarification on when to use runtime/compiletime checks

* Update issue label descriptions
2016-08-12 18:19:12 -07:00
joeyaiello
580c7b7852 address final PR/offline feedback for governance 2016-08-11 13:47:58 -07:00
joeyaiello
42019e511e refactor maintainer and governance docs
Now that we've gotten enough of a sign-off
from everyone involved in the governance
process, the docs need to be reworked to use a
consistent terminology set, links, and directory
structure.
2016-08-09 16:42:51 -07:00
Aleksandar Nikolić
6915fdce4c change the title of the article
Change "Contribute" to "Contributing" to be consistent with other titles and section titles.
2016-08-08 15:22:45 +02:00
Jianyun Tao
ab35822441 Removed file header section per comments from Joey. 2016-08-02 16:54:58 -07:00
Jianyun Tao
2116c0118d Removed license section, updated file header, fixed broken links. 2016-08-02 13:41:54 -07:00
Jianyun Tao
f5d04c37f7 fixed the broken links and other minor updates due to the recent learning-powershell path changes. 2016-08-01 11:37:15 -07:00
Jianyun Tao
1e7a49600d fixed the broken links and other minor updates due to the recent learning-powershell path changes. 2016-08-01 11:21:55 -07:00
Sergei Vorobev
e357164bcd Update PULL_REQUEST_TEMPLATE.md 2016-07-28 16:48:40 -07:00
Andrew Schwartzmeyer
6e44b52c92 Update contributing guidelines
* Links fixed.
* Link to maintainers removed; superfluous in this document.
* TODO added to changelog.
  (I don't like this but was hesitant to remove it).
* Periods and spelling fixed.
2016-07-28 14:40:34 -07:00
Sergei Vorobev
7c6b38705c Simplify PR template
- Fix broken ../docs link by using absolute url
- Remove html comments, they are confusing in raw view
- Be more specific about "code up-to-date with master": rebased
2016-07-27 12:49:17 -07:00
Travis Plunk
09b121e0f6 removed link and mention of issue template
Address Addressed @jianyun `s PR comments
2016-07-19 16:36:08 -07:00
Travis Plunk
fd9cf03261 Addressed @jianyun `s and @vor 's PR comments 2016-07-19 16:36:08 -07:00
Travis Plunk
a8671f7e23 Addressed @jianyun `s PR comments 2016-07-19 16:36:08 -07:00
Travis Plunk
4c74e05972 Drafted update to contribution guidelines 2016-07-19 16:36:08 -07:00
Sergei Vorobev
7db984a7d0 Merge pull request #1315 from PowerShell/vors/linefeeds
Add note about one sentance per line to CONTRIBUTING.md
2016-07-14 09:34:19 -07:00
Yanbing
a26504d1cd Update to point to the github flow. 2016-07-13 16:50:55 -07:00
joeyaiello
0eac00ed0b first pass of contributor docs
Rework of contributor docs to reflect actual flow
for both internal and external developers using
the PowerShell/PowerShell repo for the first time.
Includes updates to issue/PR guidelines, repo 101,
and CONTRIBUTING.md.
2016-07-12 13:39:36 -07:00
Sergei Vorobev
9cfc46cebc Add note about one sentance per line to CONTRIBUTING.md 2016-07-07 13:18:05 -07:00
Sergei Vorobev
aa7013ddeb Merge pull request #1302 from PowerShell/eslesar-contributing-docs
updating contributing.md with contributing to docs section
2016-07-07 13:15:57 -07:00
Sergei Vorobev
91c77ccd08 Simplify PR template 2016-07-06 18:05:18 -07:00
Eric Slesar
4e7cf9e32f updating contributing.md with contributing to docs section 2016-07-06 17:35:32 -07:00
Sergei Vorobev
df866bb7d8 Simplify ISSUE_TEMPLATE.md
- only use $PSVersionTable as Environment data requirement
- add a statement, that you don't need to fill up the template for non-bug-reports
2016-06-29 14:17:16 -07:00
Jianyun
b6336aabbc Merge pull request #1214 from PowerShell/jianyunt/docs
Fixed the broken reference links in contributing.md
2016-06-27 14:05:27 -07:00
Jianyun Tao
76b1750570 Fixed broken links 2016-06-27 12:12:19 -07:00
Andy Schwartzmeyer
abeebfc579 Move version in template into comment 2016-06-27 11:55:46 -07:00
Jianyun Tao
71470540d3 Fixed the broken reference links 2016-06-27 11:34:32 -07:00
Jianyun Tao
14ccf37210 addressed feedback from Andy. 2016-06-24 17:20:20 -07:00
Jianyun Tao
88ef516237 Updated Common Engineering Practices.
[skip ci]
2016-06-24 11:39:38 -07:00
Jianyun Tao
1a79412db9 Updated to address feedback
[skip ci]
2016-06-24 10:48:26 -07:00
Jianyun Tao
2febe943c8 "Updated to address the feedback".
[skip ci]
2016-06-24 10:34:32 -07:00
Jianyun Tao
e35b5ceb34 Updated contributing.md
[skip ci]
2016-06-23 17:11:56 -07:00
Andrew Schwartzmeyer
195ed6e790 Ask for $PSVersionTable in issue template 2016-06-03 17:10:34 -07:00
Sergei Vorobev
6fc1c92ea7 Alternate issue template
A lot of people starting self-host released versions of powershell
Template should reflect this fact
2016-05-18 12:22:18 -07:00
Andrew Schwartzmeyer
357f38f26d Comment out template guidelines
Thanks @vors! This makes the guidelines not show up in the rendered
issue/pull request, but keeps the text in the source.
2016-05-16 15:04:24 -07:00
Andy Schwartzmeyer
b5cfc575d3 Use shell-agnostic ; instead of && in template 2016-05-04 18:00:31 -07:00
Andy Schwartzmeyer
217cefed9d Ask for current commit hash in issue template 2016-04-25 11:03:58 -07:00
Andrew Schwartzmeyer
0130c9bfa7 Add GitHub pull request template 2016-04-22 15:28:23 -07:00
Andrew Schwartzmeyer
e111f0301b Add GitHub issue template 2016-04-22 15:12:03 -07:00
Andrew Schwartzmeyer
b8699a046d Fix up contributing guidelines
- Remove CI skip section because we always want CI
- Fix links due to file move
- Add note that CI will fail for PRs from forks
2016-04-22 15:12:02 -07:00
Andrew Schwartzmeyer
b4faf6463c Move CONTRIBUTING.md into .github folder 2016-04-22 15:12:02 -07:00