-
@gongdo
아마 몇 년 전에도 여쭤봤을 것 같긴 한데, commit과 issue의 관계를 어떻게 설정하세요? 모든 커밋에서 이슈를 언급해서 many-to-one 관계를 맺으시나요? 그리고 이슈 트래킹을 요즘 뭘로 하시는지는 모르겠는데, 만약 GitHub으로 하신다면 project나 milestone은 issue랑 어떻게 관계를 맺으시나요? 예전에 브랜…
-
If I have spaces in the version property I get the following errror
version.properties:
version = 1.0.0-SNAPSHOT
./gradlew releaseStart
```
...
16:15:59.532 [DEBUG] [org.gradle.internal.pr…
-
# Problem
This repository (unlike the other VEDA repositories) can decide on what our Gitflow options we want. Currently we create feature branches off `conus-dps` (the default branch) that get merge…
-
請寫『姓名:在哪上課』!
例如:
1. 陳鍾誠 在 e320
2. 史奴比 在 家
-
## Descrição da vaga
A pessoa desenvolvedora PHP será responsável pela criação e evolução de sistemas web, APIs e integrações, tendo a oportunidade de atuar internamente ou em clientes parceiros,…
-
Github workflows currently have an action set up that trigger on PR's to the develop branch.
Pros:
- Standardize the name of the develop branch.
- Github actions will work
- Making develop th…
-
Not really sure how this came about. See https://github.com/keybounce/Finite-Fluids/network
On july 18th, I started using gitflow. You'll see "hotfix/Refactor_water_flow". This was a "simple" edit (N…
-
Issue Type: Bug
Using git diff view on a remote container (linux) from my windows machine.
Steps to reproduce:
- create a new file and save it with random text
- in the source control, the f…
-
I'm using `openfast_toolbox` as part of a dockerised productionised app but running into issues with the current installation method. The usual way I'd install a package would be
```
pip install
…
-
```
src/index.ts:52:48 - error TS2339: Property 'issues' does not exist on type 'GitHubAPI'.
52 const issue = await context.github.issues.get(context.issue({
…