Skip to content

Commit

Permalink
Fix doc to use new callback url for spa
Browse files Browse the repository at this point in the history
  • Loading branch information
gxueatlassian committed Dec 5, 2023
1 parent 20d2467 commit 203ed63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Create a new [GitHub App](https://github.com/settings/apps), setting the followi

- **GitHub App name**: Anything you want, but it must be unique across GitHub
- **Homepage URL**: `https://github.com/apps/GITHUB_APP_NAME` (The full URL to your GitHub App’s website)
- **Callback URL**: `https://DOMAIN/github/callback`
- **Callback URL**: `https://DOMAIN/rest/app/cloud/github-callback`
- **Setup URL**: `https://DOMAIN/github/setup`
- **Webhook URL**: `https://DOMAIN/github/webhooks`
- **Webhook Secret**: `development`
Expand Down Expand Up @@ -140,4 +140,4 @@ That being said, here are the steps needed to create a Pull Request for us to re
1. Commit and Push your changes - verify it passes all checks.
1. Submit your pull request with a detailed message about what's changed.
1. Wait for us to review and answer questions/make changes where requested.
1. Once merged, celebrate with your drink of choice because you've just helped thousands (if not millions) of people get a better experience in both Jira and GitHub! :beers:
1. Once merged, celebrate with your drink of choice because you've just helped thousands (if not millions) of people get a better experience in both Jira and GitHub! :beers:

0 comments on commit 203ed63

Please sign in to comment.