docs: update contributing guide from Launchpad to GitHub#505
Open
GreyViperTooth wants to merge 1 commit into
Open
docs: update contributing guide from Launchpad to GitHub#505GreyViperTooth wants to merge 1 commit into
GreyViperTooth wants to merge 1 commit into
Conversation
The project moved to GitHub, but docs/contributing.md still referenced Launchpad for cloning, pushing branches, and submitting merge requests. Update all instructions and links to use GitHub workflows and URLs. Fixes: canonical#377
blackboxsw
requested changes
Jun 24, 2026
blackboxsw
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for the doc change @GreyViperTooth. Minor nits and I thnk we can land this.
|
|
||
| ```shell | ||
| git clone https://git.launchpad.net/pycloudlib | ||
| git clone https://github.com/GH_USER/pycloudlib |
Collaborator
There was a problem hiding this comment.
For push rights I think this may need to me a different remote
git clone git@github.com:GH_USER/pycloudlib.git
| changes are getting made, not what as that is obvious. | ||
|
|
||
| Fixes LP: #1234567 | ||
| Fixes: #1234 |
Collaborator
There was a problem hiding this comment.
Let's standardize on less special characters for the footer.
The following will suffice which better indicates the bug origin (github versus launchpad or some other downstream.
Suggested change
| Fixes: #1234 | |
| Fixes GH-1234 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The project moved to GitHub, but docs/contributing.md still referenced Launchpad for cloning, pushing branches, and submitting merge requests. Updated all instructions and links to use GitHub workflows and URLs.
Fixes: #377