-
## Issue type
* [ ] bug report
* [ ] idea
* [x] question
* [ ] other
## Expected behavior
The `next` branch can be used for next major releases.
## Actual behavior
There is a git tag colli…
-
# Request for GitHub Guide Enhancement: Working With GitHub for Oqtane Contributions
---
### **Overview**
The current GitHub guides for contributing to Oqtane documentation need significant e…
-
### Code of Conduct
- [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md)
### What article on docs.github.co…
-
**Is your feature request related to a problem? Please describe.**
I may be confusing something, but I want to subscribe to workflow notifications for any branch that looks like `f/*`. I've tried to …
-
Referencing [this issue on the upstream repo](https://github.com/nus-cs2113-AY2425S1/forum/issues/25), this issue seeks to test out the workflow of syncing local forks masters to the upstream master (…
-
Hi
John just raised the question **pull requests** or **branches**
>>> "JC" == John Ciolfi ***@***.***> writes:
> Should we be using branches or fork's? I like the github fork and then
> pull…
-
Auf Benennungen für branches nach features und components für Workflow einigen
-
### Version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have checked that this bug exists on the latest version.
### Reproducible Example
The workflow for set…
-
## Preamble
Currently building C++ software is fully manual.
This is very time consuming for the developer.
## Request
Build an automation that is aware of the project-depending build proc…
-
### Description
I have 3 workflows: A `build.yml` workflow that "builds" and uploads an artifact. This is called by another workflow `dev-branch.yml` which is triggered by a push event for branches…