mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +01:00
Remove references to nonexistent devel and stable branches
Closes #894 Signed-off-by: Nick Hanley <nicholasjhanley@gmail.com>
This commit is contained in:
parent
b6eadd56b1
commit
1e66c28bbb
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -13,8 +13,6 @@ A clear and concise description of what the bug is.
|
|||||||
Please make sure it's not a bug in podman (in that case report it to podman)
|
Please make sure it's not a bug in podman (in that case report it to podman)
|
||||||
or your understanding of docker-compose or how rootless containers work (for example, it's normal for rootless container not to be able to listen for port less than 1024 like 80)
|
or your understanding of docker-compose or how rootless containers work (for example, it's normal for rootless container not to be able to listen for port less than 1024 like 80)
|
||||||
|
|
||||||
please try to reproduce the bug in latest devel branch
|
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. what is the content of the current working directory (ex. `docker-compose.yml`, `.env`, `Dockerfile`, ...etc.)
|
1. what is the content of the current working directory (ex. `docker-compose.yml`, `.env`, `Dockerfile`, ...etc.)
|
||||||
|
@ -8,11 +8,6 @@
|
|||||||
- Developers that want to fix bugs,
|
- Developers that want to fix bugs,
|
||||||
- Developers that want to implement new functionalities or enhancements.
|
- Developers that want to implement new functionalities or enhancements.
|
||||||
|
|
||||||
## Branches
|
|
||||||
|
|
||||||
Please request your pull request to be merged into the `devel` branch.
|
|
||||||
Changes to the `stable` branch are managed by the repository maintainers.
|
|
||||||
|
|
||||||
## Development environment setup
|
## Development environment setup
|
||||||
|
|
||||||
Note: Some steps are OPTIONAL but all are RECOMMENDED.
|
Note: Some steps are OPTIONAL but all are RECOMMENDED.
|
||||||
@ -68,8 +63,7 @@ Note: Some steps are OPTIONAL but all are RECOMMENDED.
|
|||||||
- In the commit message, reference the Issue ID that your code fixes and a brief description of
|
- In the commit message, reference the Issue ID that your code fixes and a brief description of
|
||||||
the changes.
|
the changes.
|
||||||
Example: `Fixes #516: Allow empty network`
|
Example: `Fixes #516: Allow empty network`
|
||||||
9. Open a pull request to `containers/podman-compose:devel` and wait for a maintainer to review your
|
9. Open a pull request to `containers/podman-compose` and wait for a maintainer to review your work.
|
||||||
work.
|
|
||||||
|
|
||||||
## Adding new commands
|
## Adding new commands
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user