invite-contributors is a GitHub App built with octotask that automatically invites new contributors to your repository's organization once they get a Pull Request merged.
.github/invite-contributors.yml
file into your repository such as below.# If true, this will add new contributors as outside collaborators
# to the repo their PR was merged in. Team name is ignored if this
# flag is set to true.
isOutside: false
# Specify team name to add new contributors to a specific team
# within your organization.
# Use team name or team-name-slug
team: MY TEAM NAME
Anyone can contribute with issues and PRs. If you're submitting a pull request, always create a new branch to work your changes, and try squashing commits down if possible. Always test any new code and make sure npm test
passes and code coverage is adequate before opening a PR.
with by the Octotask community