mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Change docker/linuxkit to linuxkit/linuxkit
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
0a8ad62d50
commit
e08f3a9a3f
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -10,7 +10,7 @@ information within 7 days, we cannot debug your issue and will close it. We
|
|||||||
will, however, reopen it if you later provide the information.
|
will, however, reopen it if you later provide the information.
|
||||||
|
|
||||||
For more information about reporting issues, see
|
For more information about reporting issues, see
|
||||||
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
|
https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md#reporting-other-issues
|
||||||
|
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
BUG REPORT INFORMATION
|
BUG REPORT INFORMATION
|
||||||
|
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,6 +1,6 @@
|
|||||||
<!--
|
<!--
|
||||||
Please make sure you've read and understood our contributing guidelines;
|
Please make sure you've read and understood our contributing guidelines;
|
||||||
https://github.com/docker/linuxkit/blob/master/CONTRIBUTING.md
|
https://github.com/linuxkit/linuxkit/blob/master/CONTRIBUTING.md
|
||||||
|
|
||||||
** Make sure all your commits include a signature generated with `git commit -s` **
|
** Make sure all your commits include a signature generated with `git commit -s` **
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
Want to hack on this project? Awesome! Here are instructions to get you started.
|
Want to hack on this project? Awesome! Here are instructions to get you started.
|
||||||
|
|
||||||
Additional information can be found in the docs:
|
Additional information can be found in the docs:
|
||||||
[issue triage](https://github.com/docker/linuxkit/blob/master/docs/issue-triage.md),
|
[issue triage](https://github.com/linuxkit/linuxkit/blob/master/docs/issue-triage.md),
|
||||||
and [review process](https://github.com/docker/linuxkit/blob/master/docs/reviewing.md).
|
and [review process](https://github.com/linuxkit/linuxkit/blob/master/docs/reviewing.md).
|
||||||
|
|
||||||
## Reporting security issues
|
## Reporting security issues
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ A great way to contribute to the project is to send a detailed report when you
|
|||||||
encounter an issue. We always appreciate a well-written, thorough bug report,
|
encounter an issue. We always appreciate a well-written, thorough bug report,
|
||||||
and will thank you for it!
|
and will thank you for it!
|
||||||
|
|
||||||
Check that [our issue database](https://github.com/docker/linuxkit/issues)
|
Check that [our issue database](https://github.com/linuxkit/linuxkit/issues)
|
||||||
doesn't already include that problem or suggestion before submitting an issue.
|
doesn't already include that problem or suggestion before submitting an issue.
|
||||||
If you find a match, you can use the "subscribe" button to get notified on
|
If you find a match, you can use the "subscribe" button to get notified on
|
||||||
updates. Do *not* leave random "+1" or "I have this too" comments, as they
|
updates. Do *not* leave random "+1" or "I have this too" comments, as they
|
||||||
@ -47,7 +47,7 @@ This section gives the experienced contributor some tips and guidelines.
|
|||||||
|
|
||||||
Not sure if that typo is worth a pull request? Found a bug and know how to fix
|
Not sure if that typo is worth a pull request? Found a bug and know how to fix
|
||||||
it? Do it! We will appreciate it. Any significant improvement should be
|
it? Do it! We will appreciate it. Any significant improvement should be
|
||||||
documented as [a GitHub issue](https://github.com/docker/linuxkit/issues) before
|
documented as [a GitHub issue](https://github.com/linuxkit/linuxkit/issues) before
|
||||||
anybody starts working on it.
|
anybody starts working on it.
|
||||||
|
|
||||||
We are always thrilled to receive pull requests. We do our best to process them
|
We are always thrilled to receive pull requests. We do our best to process them
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Project maintainers file
|
# Project maintainers file
|
||||||
#
|
#
|
||||||
# This file describes who runs the docker/linuxkit project and how.
|
# This file describes who runs the linuxkit/linuxkit project and how.
|
||||||
# This is a living document - if you see something out of date or missing, speak up!
|
# This is a living document - if you see something out of date or missing, speak up!
|
||||||
#
|
#
|
||||||
# It is structured to be consumable by both humans and programs.
|
# It is structured to be consumable by both humans and programs.
|
||||||
|
@ -36,8 +36,8 @@ We use the following variables:
|
|||||||
- `LINUXSRC`: Base directory of Linux stable kernel repository
|
- `LINUXSRC`: Base directory of Linux stable kernel repository
|
||||||
e.g.:
|
e.g.:
|
||||||
```sh
|
```sh
|
||||||
KITSRC=~/src/docker/linuxkit
|
KITSRC=~/src/linuxkit/linuxkit
|
||||||
LINUXSRC=~/src/docker/linux-stable
|
LINUXSRC=~/src/linuxkit/linux
|
||||||
```
|
```
|
||||||
to refer to the location of the LinuxKit and Linux kernel trees.
|
to refer to the location of the LinuxKit and Linux kernel trees.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user