Closed paulmccrady closed 1 year ago
Hey @webtonize I'd like to start contributing but feel need the styleguides, commit messages and join the project team links to read through before hand.
Hi @paulmccrady , thanks so much for your contribution and I am happy to welcome you onboard as a contributor. I will look in to improving contribution guidelines, docs etc probably on thursday as that is the earliest opportunity to spend some serious time on this project again.
π Documentation Issue Report
Describe the bug
When clicking on the link https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/CONTRIBUTING.md#code-of-conduct the user receives a Not Found page.
When clicking on any of the following links nothing happens (as the links reference missing markdown sections)
When clicking on the rule hyperlinks in https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/docs/token-permissions.md user gets 404 page not found
To Reproduce Contributing (Not Found)
To Reproduce Inactivity
To Reproduce Rules Link (Not Found)
Media prove
Describe the solution you'd like
Hyperlink corrected so the user does not see a Not Found page. Sections for Styleguides, commit messages and join the project team added to documentation.
Additional context
The link in the CONTRIBUTING.md markdown file needs a small amendment.
The current link is: https://github.com/cloudyspells/PSRule.Rules.AzureDevOpsblob/master/CODE_OF_CONDUCT.md
but this needs changing to: https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/CODE_OF_CONDUCT.md
i.e. change branch from master to main
In Token Scope for Rules example link:
https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/docs/src/PSRule.Rules.AzureDevOps/en/Azure.DevOps.Tasks.VariableGroup.NoPlainTextSecrets.md
but this needs changing to:
https://github.com/cloudyspells/PSRule.Rules.AzureDevOps/blob/main/src/PSRule.Rules.AzureDevOps/en/Azure.DevOps.Tasks.VariableGroup.NoPlainTextSecrets.md
i.e. remove /docs from the link path