Skip to content

Commit

Permalink
Merge pull request #1003 from njhanley/remove-branch-names-from-contr…
Browse files Browse the repository at this point in the history
…ib-docs

Remove references to nonexistent devel and stable branches
  • Loading branch information
p12tic authored Jul 19, 2024
2 parents b6eadd5 + 1e66c28 commit d0a2a44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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**
Steps to reproduce the behavior:
1. what is the content of the current working directory (ex. `docker-compose.yml`, `.env`, `Dockerfile`, ...etc.)
Expand Down
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
- Developers that want to fix bugs,
- 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

Note: Some steps are OPTIONAL but all are RECOMMENDED.
Expand Down Expand Up @@ -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
the changes.
Example: `Fixes #516: Allow empty network`
9. Open a pull request to `containers/podman-compose:devel` and wait for a maintainer to review your
work.
9. Open a pull request to `containers/podman-compose` and wait for a maintainer to review your work.
## Adding new commands
Expand Down

0 comments on commit d0a2a44

Please sign in to comment.