Skip to content

Commit d0a2a44

Browse files
authored
Merge pull request #1003 from njhanley/remove-branch-names-from-contrib-docs
Remove references to nonexistent devel and stable branches
2 parents b6eadd5 + 1e66c28 commit d0a2a44

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ A clear and concise description of what the bug is.
1313
Please make sure it's not a bug in podman (in that case report it to podman)
1414
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)
1515

16-
please try to reproduce the bug in latest devel branch
17-
1816
**To Reproduce**
1917
Steps to reproduce the behavior:
2018
1. what is the content of the current working directory (ex. `docker-compose.yml`, `.env`, `Dockerfile`, ...etc.)

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
- Developers that want to fix bugs,
99
- Developers that want to implement new functionalities or enhancements.
1010

11-
## Branches
12-
13-
Please request your pull request to be merged into the `devel` branch.
14-
Changes to the `stable` branch are managed by the repository maintainers.
15-
1611
## Development environment setup
1712

1813
Note: Some steps are OPTIONAL but all are RECOMMENDED.
@@ -68,8 +63,7 @@ Note: Some steps are OPTIONAL but all are RECOMMENDED.
6863
- In the commit message, reference the Issue ID that your code fixes and a brief description of
6964
the changes.
7065
Example: `Fixes #516: Allow empty network`
71-
9. Open a pull request to `containers/podman-compose:devel` and wait for a maintainer to review your
72-
work.
66+
9. Open a pull request to `containers/podman-compose` and wait for a maintainer to review your work.
7367
7468
## Adding new commands
7569

0 commit comments

Comments
 (0)