-
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed markdown syntax and added spellcheck
- Loading branch information
Showing
7 changed files
with
65 additions
and
240 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,21 +1,25 @@ | ||
# Set merge behavior for the changelog | ||
CHANGELOG.md merge=union | ||
|
||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=auto | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.md text | ||
*.gitattributes text | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.ps1 text eol=crlf | ||
*.psm1 text eol=crlf | ||
*.psd1 text eol=crlf | ||
*.psc1 text eol=crlf | ||
*.ps1xml text eol=crlf | ||
*.clixml text eol=crlf | ||
*.xml text eol=crlf | ||
*.txt text eol=crlf | ||
# Explicitly declare text files we want to always be normalized. | ||
*.md text eol=crlf | ||
*.gitattributes text eol=crlf | ||
*.gitignore text eol=crlf | ||
*.ps1 text eol=crlf | ||
*.psm1 text eol=crlf | ||
*.psd1 text eol=crlf | ||
*.psc1 text eol=crlf | ||
*.ps1xml text eol=crlf | ||
*.clixml text eol=crlf | ||
*.cs text eol=crlf | ||
*.xml text eol=crlf | ||
*.yml text eol=crlf | ||
*.txt text eol=crlf | ||
*.json text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be mergeable. | ||
*.dll binary | ||
*.exe binary | ||
*.exe binary |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,22 +1,30 @@ | ||
<!-- markdownlint-disable MD002 --> | ||
<!-- markdownlint-disable MD041 --> | ||
<!-- Provide a general summary of your changes in the Title above --> | ||
|
||
### Description | ||
|
||
<!-- Describe your changes in detail --> | ||
|
||
### Motivation and Context | ||
|
||
<!-- Why is this change required? What problem does it solve? --> | ||
<!-- If it fixes an open issue, please link to the issue here as follows: --> | ||
<!-- closes #1, closes #2, ... --> | ||
|
||
### Types of changes | ||
|
||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
### Checklist: | ||
### Checklist | ||
|
||
<!-- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> | ||
|
||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added Pester Tests that describe what my changes should do. | ||
- [ ] I have updated the documentation accordingly. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,205 +1,39 @@ | ||
AppVeyor | ||
// AtlassianPS | ||
Atlassian | ||
Atlassian's | ||
atlassianps.org | ||
atlassianps.slack.com | ||
behavior | ||
behaviors | ||
booleans | ||
CAPTCHA | ||
cmd | ||
cmdlet | ||
cmdlets | ||
color | ||
colors | ||
config | ||
config.xml | ||
datacenter | ||
env | ||
exe | ||
github | ||
hashtable | ||
hashtables | ||
hotfix | ||
img | ||
IssueLink | ||
Jira | ||
JIRA | ||
jira-screen-createissue | ||
JIRA's | ||
JiraPS | ||
jql | ||
json | ||
MSI | ||
multiselect | ||
OAuth | ||
PackageManagement | ||
param | ||
png | ||
PoshCode | ||
powershell | ||
PowerShell | ||
powershell.exe | ||
PowerShellGet | ||
projectCategory | ||
ps1 | ||
PSGallery | ||
PSJira | ||
PSModulePath | ||
ReadTheDocs | ||
vscode | ||
WindowsPowerShell | ||
worklog | ||
|
||
# Commands | ||
Add-JiraGroupMember | ||
Add-JiraIssueComment | ||
Add-JiraIssueLink | ||
Add-JiraIssueWatcher | ||
Add-JiraIssueWorklog | ||
ConvertFrom-Json2 | ||
ConvertTo-JiraComment | ||
ConvertTo-JiraComponent | ||
ConvertTo-JiraCreateMetaField | ||
ConvertTo-JiraEditMetaField | ||
ConvertTo-JiraField | ||
ConvertTo-JiraFilter | ||
ConvertTo-JiraGroup | ||
ConvertTo-JiraIssue | ||
ConvertTo-JiraIssueLink | ||
ConvertTo-JiraIssueLinkType | ||
ConvertTo-JiraIssueType | ||
ConvertTo-JiraLink | ||
ConvertTo-JiraPriority | ||
ConvertTo-JiraProject | ||
ConvertTo-JiraSession | ||
ConvertTo-JiraStatus | ||
ConvertTo-JiraTransition | ||
ConvertTo-JiraUser | ||
ConvertTo-JiraWorklogItem | ||
Format-Jira | ||
Get-JiraComponent | ||
Get-JiraConfigServer | ||
Get-JiraField | ||
Get-JiraFilter | ||
Get-JiraGroup | ||
Get-JiraGroupMember | ||
Get-JiraIssue | ||
Get-JiraIssueComment | ||
Get-JiraIssueCreateMetadata | ||
Get-JiraIssueEditMetadata | ||
Get-JiraIssueLink | ||
Get-JiraIssueLinkType | ||
Get-JiraIssueType | ||
Get-JiraIssueWatcher | ||
Get-JiraPriority | ||
Get-JiraProject | ||
Get-JiraRemoteLink | ||
Get-JiraSession | ||
Get-JiraUser | ||
Invoke-JiraIssueTransition | ||
Invoke-JiraMethod | ||
New-JiraGroup | ||
New-JiraIssue | ||
New-JiraSession | ||
New-JiraUser | ||
Remove-JiraGroup | ||
Remove-JiraGroupMember | ||
Remove-JiraIssueLink | ||
Remove-JiraIssueWatcher | ||
Remove-JiraRemoteLink | ||
Remove-JiraSession | ||
Remove-JiraUser | ||
Resolve-JiraError | ||
Set-JiraConfigServer | ||
Set-JiraIssue | ||
Set-JiraIssueLabel | ||
Set-JiraUser | ||
|
||
# Data Types | ||
Int | ||
JiraPS.Comment | ||
JiraPS.Component | ||
JiraPS.CreateMetaField | ||
JiraPS.Field | ||
JiraPS.Filter | ||
JiraPS.Group | ||
JiraPS.Issue | ||
JiraPS.IssueLink | ||
JiraPS.IssueLinkType | ||
JiraPS.IssueType | ||
JiraPS.IssueType | ||
JiraPS.Link | ||
JiraPS.Priority | ||
JiraPS.Project | ||
JiraPS.Session | ||
JiraPS.Transition | ||
JiraPS.User | ||
JiraPS.Watchers | ||
PSCredential | ||
PSCustomObject | ||
System.Management.Automation.PSObject | ||
System.Object | ||
System.String | ||
// Module specific | ||
|
||
# Parameters | ||
AllowedValues | ||
ComponentId | ||
ConfigFile | ||
ContentType | ||
DateStarted | ||
DisplayName | ||
EmailAddress | ||
FixVersion | ||
GroupName | ||
IncludeDebug | ||
IncludeInactive | ||
InputObject | ||
IssueType | ||
LinkType | ||
MaxJsonLength | ||
MaxResults | ||
PageSize | ||
PassThru | ||
SecureString | ||
StartIndex | ||
TimeSpent | ||
VisibleRole | ||
WhatIf | ||
WriteError | ||
|
||
# Methods | ||
ToString | ||
|
||
# ParameterSets | ||
ByFilter | ||
ByFilterID | ||
ByGroupName | ||
ByHashtable | ||
ById | ||
ByInputObject | ||
ByIssueKey | ||
ByJQL | ||
ByNamedParameters | ||
ByProject | ||
ByUserName | ||
ClearLabels | ||
ModifyLabels | ||
ReplaceLabels | ||
ReturnError | ||
WebResponse | ||
// Powershell | ||
pwsh | ||
cmdlet | ||
cmdlets | ||
recurse | ||
hashtable | ||
posh | ||
|
||
# User Names | ||
alexsuslin | ||
axxelG | ||
// Person/Username | ||
lipkau | ||
bunke | ||
brianbunke | ||
thomykay | ||
juneb | ||
alexsuslin | ||
axxel | ||
beaudryj | ||
clijsters | ||
colhal | ||
dejulia489 | ||
ebekker | ||
jkknorr | ||
kittholland | ||
LiamLeane | ||
lipkau | ||
liam | ||
leane | ||
lukhase | ||
padgers | ||
ThePSAdmin | ||
JohnAdders | ||
|
||
// misc | ||
markdownlint | ||
veyor |
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