forked from AtlassianPS/ConfluencePS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added AppVeyor image for PowerShell v4 * Added AppVeyor tests on PowerShell v6 * Fix Tests to (also) run from Release Path * Have CI run Pester Tests from Release (closes AtlassianPS#99) * Have the Build script to "compile" the functions into the psm1 file (enhances performance) * Have a zip file deploy as artifcat of the release (closes AtlassianPS#90) * Added github files for CODEOWNERS and CONTRIBUTING
- Loading branch information
Showing
12 changed files
with
803 additions
and
437 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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,3 @@ | ||
# https://help.github.com/articles/about-codeowners/ | ||
|
||
* @atlassianps/maintainers @atlassianps/reviewers |
This file contains 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,25 @@ | ||
# Contributing to AtlassianPS Homepage | ||
|
||
Happy to see you are interested in helping. | ||
|
||
We have a comprehensive documentation on how to contribute here: **[Contributing to AtlassianPS](https://atlassianps.org/docs/contributing/)**. | ||
|
||
But here is the gist of it once you have forked the repository: | ||
|
||
* before changing the code | ||
```powershell | ||
git clone https://github.com/<YOUR GITHUB USER>/ConfluencePS | ||
cd ConfluencePS | ||
# git checkout develop # not applicable for this repository | ||
git checkout -b <NAME FOR YOUR FEATURE> | ||
code . | ||
``` | ||
|
||
* after making the changes | ||
```powershell | ||
git add . | ||
git commit -m "<A MESSAGE ABOUT THE CHANGES>" | ||
git push | ||
``` | ||
|
||
* [Creating a Pull Request](https://help.github.com/articles/creating-a-pull-request/) |
This file contains 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 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
Oops, something went wrong.