Skip to content
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

Fix links for bottlerocket-os/bottlerocket #761

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please read through this document before submitting any issues or pull requests

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](/~https://github.com/amazonlinux/PRIVATE-thar/issues) and [closed](/~https://github.com/amazonlinux/PRIVATE-thar/issues?q=is%3Aissue+is%3Aclosed) issues to make sure somebody else hasn't already reported the issue.
When filing an issue, please check [existing open](/~https://github.com/bottlerocket-os/bottlerocket/issues) and [closed](/~https://github.com/bottlerocket-os/bottlerocket/issues?q=is%3Aissue+is%3Aclosed) issues to make sure somebody else hasn't already reported the issue.
Please try to include as much information as you can.
Details like these are incredibly useful:

Expand All @@ -26,7 +26,7 @@ Before starting a pull request, please ensure that:

1. You open an issue first to discuss any significant work - we would hate for your time to be wasted.
2. You are working against the latest source on the *develop* branch.
3. You check existing [open](/~https://github.com/amazonlinux/PRIVATE-thar/pulls) and [merged](/~https://github.com/amazonlinux/PRIVATE-thar/pulls?q=is%3Apr+is%3Aclosed) pull requests to make sure someone else hasn't addressed the problem already.
3. You check existing [open](/~https://github.com/bottlerocket-os/bottlerocket/pulls) and [merged](/~https://github.com/bottlerocket-os/bottlerocket/pulls?q=is%3Apr+is%3Aclosed) pull requests to make sure someone else hasn't addressed the problem already.

To send us a pull request, please:

Expand All @@ -42,7 +42,7 @@ GitHub provides additional documentation on [forking a repository](https://help.

## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on.
As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](/~https://github.com/amazonlinux/PRIVATE-thar/labels/help%20wanted) issues is a great place to start.
As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](/~https://github.com/bottlerocket-os/bottlerocket/labels/help%20wanted) issues is a great place to start.


## Code of Conduct
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Some notable features include:

## Contact us

If you find a security issue, please [contact our security team](/~https://github.com/amazonlinux/PRIVATE-thar/security/policy) rather than opening an issue.
If you find a security issue, please [contact our security team](/~https://github.com/bottlerocket-os/bottlerocket/security/policy) rather than opening an issue.

If you're interested in contributing, thank you!
Please see our [contributor's guide](CONTRIBUTING.md).

We use GitHub issues to track other bug reports and feature requests.
You can select from a few templates and get some guidance on the type of information that would be most helpful.

[Contact us with a new issue here.](/~https://github.com/amazonlinux/PRIVATE-thar/issues/new/choose)
[Contact us with a new issue here.](/~https://github.com/bottlerocket-os/bottlerocket/issues/new/choose)

We don't have other communication channels set up quite yet, but don't worry about making an issue!
You can let us know about things that seem difficult, or even ways you might like to help.
Expand Down