Skip to content

Commit

Permalink
Merge pull request #59 from intersystems/update-readme-boilerplate
Browse files Browse the repository at this point in the history
Update readme boilerplate
  • Loading branch information
isc-tleavitt authored Oct 21, 2024
2 parents 03a4de0 + f1480bb commit 836f42e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# all tests passed.
fail: false
- name: Attach the report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ steps.xunit-viewer.outputs.report-name }}
Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Thank you for your interest in contributing! While this project originated at In

## Submitting changes

If you have made a change that you would like to contribute back to the community, please send a [GitHub Pull Request](/pull/new/master) explaining it. If your change fixes an issue that you or another user reported, please mention it in the pull request. You can find out more about pull requests [here](http://help.github.com/pull-requests/).
If you have made a change that you would like to contribute back to the community, please send a [GitHub Pull Request](/pull/new/main) explaining it. If your change fixes an issue that you or another user reported, please mention it in the pull request. You can find out more about pull requests [here](http://help.github.com/pull-requests/).

Every pull request should include at least one entry in CHANGELOG.md - see [keepachangelog.com](https://keepachangelog.com/) for guidelines.

We encourage use of [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## Coding conventions

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ zpm "install isc.codetidy"
## [Documentation](documentation.md)
See [Documentation](documentation.md)

## Support

If you find a bug or would like to request an enhancement, [report an issue](https://github.com/intersystems/TestCoverage/issues/new). If you have a question, post it on the [InterSystems Developer Community](https://community.intersystems.com/).

## Contributing
Please read [contributing](https://github.com/intersystems/isc-codetidy/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Expand Down

0 comments on commit 836f42e

Please sign in to comment.