mattermost / mattermost/mattermost-plugin-github
Register autolinks for GitHub URLs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 179
- Forks
- 180
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 13
Description
Using the functionality in https://github.com/mattermost/mattermost-plugin-autolink/pull/85 the GitHub plugin should register autolinks for GitHub URLs.
- E.g.
https://github.com/mattermost/mattermost-plugin-jira/pull/453should be rewritten to[pr-mattermost/mattermost-plugin-jira#453](https://github.com/mattermost/mattermost-plugin-jira/pull/453) - E.g.
https://github.com/mattermost/mattermost-plugin-jira/issues/149should be rewritten to[issue-mattermost/mattermost-plugin-jira#149](https://github.com/mattermost/mattermost-plugin-jira/issues/149)
An example implantation of registering autolinks is https://github.com/mattermost/mattermost-plugin-jira/pull/453.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading mattermost-plugin-autolink/pull/85 and the example in mattermost-plugin-jira/pull/453 to understand how autolinks are registered. Apply that approach to GitHub pull-request and issue URLs, then verify the two example URLs are rewritten with the requested labels and preserve their links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, go
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100