-
Notifications
You must be signed in to change notification settings - Fork 595
Update documentation, comments, metadata to reference GitHub as canonical repository #1186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Forgot to mention, this should obviously wait until the migration is complete. |
8219e79
to
7f3ba3e
Compare
I think we should remove the |
This will also need the additional fix to
|
@Corion added, thanks |
Removed the perlgit section on camel and dromedary |
Before pushing any change to a maint version, make sure you've | ||
satisfied the steps in L</Committing to blead> above. | ||
|
||
=head2 Merging from a branch via GitHub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cool but we probably need a TODO to add something about PRs in github
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to do this as a separate PR, the references to perlbug are extensive.
Fortunately, there is a way to get your change smoke-tested on various | ||
OSes: push it to a "smoke-me" branch and wait for certain automated | ||
smoke-testers to report the results from their OSes. | ||
A "smoke-me" branch is identified by the branch name: specifically, as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually pull requests will smoke.
463b1ce
to
9dfbf2d
Compare
Removed the 'Committing your changes' section from perlgit since it contains the same information as the preceding section, aside from a link to perlhack that I added to the preceding section. |
…ical repository (#1186) * Update repository and bugtracker URLs to GitHub in makemeta regen META files * Update POD and comments to reference GitHub as canonical repository * Update Porting/corelist.pl to recognize GitHub issue tracker * remove "A note on camel and dromedary" * Remove redundant 'Committing your changes' section (cherry picked from commit 47ef154)
These changes are primarily to POD and comments.
The "Merging from a branch via GitHub" section is removed because it's not really relevant when GitHub is the standard repository.
I'm not sure what to do with the "A note on camel and dromedary" section in perlgit or the "Read access via rsync" section in perlhack.
References to cloning via HTTP being "slower" were removed as I see no evidence of this with the GitHub repository.
Additional updates are needed to reference the GitHub pull request workflow, I may work on this in a future patch.
Updating documentation to reference using GitHub to submit bug reports (other than the metadata entry) is not part of this patch and will be a significant undertaking that needs to start with the perlbug utility.