# gitlab-answer-app **Repository Path**: mirrors_NVIDIA/gitlab-answer-app ## Basic Information - **Project Name**: gitlab-answer-app - **Description**: Simple GitHub App that notifies users of the correct way to contribute - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitlab Answer A GitHub App built with [Probot](https://github.com/probot/probot) that notifies users of the correct way to contribute to our repositories. Redirects Github PR contributors to the matching Gitlab repository. Application needs to be manually deployed to heroku using the CLI. In the future, application should be automatically deployed to heroku. ## Setup ```sh # Install dependencies npm install # Run the bot npm start ``` ## Issues and Contributing [Checkout the Contributing document!](CONTRIBUTING.md) * Please let us know by [filing a new issue](https://github.com/NVIDIA/gitlab-answer-app/issues/new) * You can contribute by opening a [pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)