Make the index type of VectorContainer itk::SizeValueType
by default
#3544
Workflow file for this run
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
name: First interaction | |
on: | |
- pull_request_target | |
- issues | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
issues: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
issue-message: | | |
Thank you for contributing an issue! 🙏 | |
**Welcome to the ITK community!** 🤗👋☀️ | |
We are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md). 📜 | |
Also, please check [existing open issues](https://github.com/InsightSoftwareConsortium/ITK/issues) and consider discussion on the [ITK Discourse](https://discourse.itk.org). 📖 | |
This is an automatic message. Allow for time for the ITK community to be able to read the issue and comment on it. | |
pr-message: | | |
Thank you for contributing a pull request! 🙏 | |
**Welcome to the ITK community!** 🤗👋☀️ | |
We are glad you are here and appreciate your contribution. Please keep in mind our [community participation guidelines](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CODE_OF_CONDUCT.md). 📜 | |
More support and guidance on the contribution process can be found in our [contributing guide](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md). 📖 | |
This is an automatic message. Allow for time for the ITK community to be able to read the pull request and comment | |
on it. |