Issue
- Bug or discussion about development
- Issue is managed by BTS(Bug Tracking System)
1. When do we use ?
- Find a bug
- Counsel or question
- Function that will be added
2. Syntax Highlight
````ruby
def hello_world
puts 'hello'
end
````
3. How to handle the issues
3_1. Label
- Attach a Label to the issue
3_2. milestones
- Use Milestones to create collections of Issues and Pull Requests for a particular release or project.
4. To do list
5. Control Issue by using commit
5_1. commit to relate to issue
- Issues has a own number like #1
- I commit with issue number
5_2. Issue will be closed
- Example : commit message + fix #1
close #1
resolve #1.. etc
'CM(ConfigurationManagement) > github' 카테고리의 다른 글
[GitHub] What if you push the wrong file(dir) to github? (0) | 2016.08.25 |
---|---|
[GitHub] PullRequest Handling (0) | 2016.06.06 |
[GitHub]How to send a Pull Request (0) | 2016.06.05 |
[GitHub] 2. Info about github (0) | 2016.05.15 |
[GitHub] 1. SSH Key (0) | 2016.05.08 |