Skip to content

Commit 39b3bfc

Browse files
committed
Created the docs layout
1 parent 14ccf37 commit 39b3bfc

14 files changed

Lines changed: 52 additions & 0 deletions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
author: Jason
2+
3+
> file encodings!
4+
> performance standards
5+
> platform support
6+
> how to write portable code, tests, UI across platforms
7+
> #ifdef
8+
> note about internal APIs?
9+
> avoid take dependency on code via reflection

docs/community/governance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
author: Joey
2+
> PowerShell community, twitter, facebook, linkedIn...)
3+
> Community ground rules, appeals process (if they disagree with our decision)
4+
> SME

docs/community/legal-licensing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
author: Joey
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
author: Bruce
2+
3+
>Bruce: breaking changes contract (.NET Core has a great one)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
author: Bruce
2+
> Bruce: code reviews (style, ScriptAnalyzer rules to cover this)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
author: Andy
2+
3+
4+
> meaning of label, assignees, etc.
5+
> triage process
6+
> requirements for resolving (timing), closing...
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
author: Hemant
2+
> Hemant: "SLAs" for pull requests
3+
> ALWAYS point to documents when critiquing PRs
4+
> this should also include the blackbox of Windows/STEX testing
5+
> time can totally be wishy-washy here
6+
> "some tests we can only run internally"
7+
> exact timeline not need for Aug17
8+
> Windows quality gates
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
author: Sergei and Andy

docs/dev-process/tryit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
author: Sergei and Andy
2+
> steps for Trying out with the binaries a developer just built
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
author: Sergei and Andy
2+
3+
4+
5+
>getting started working with PowerShell github
6+
>branch structure intro
7+
> branching (and folder) structure (where do I submit PRs? where's the release branch? dev branch? working branch?)
8+
>PR process and requirements
9+
> more

0 commit comments

Comments
 (0)