Skip to content

simone-casti/GitHu.IO__Issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 

Repository files navigation

#What's an "ISSUE"?

Write a "ISSUE" on github for reporting who wrote a certain "Repository" an error in the code. It is usually written by people with more experience. The 'Issue is like a comment, the programmer may want to consider or not. If it is taken into consideration then he will write an Issue response to those who reported the error. The Issue can also be used by programmers themselves to embed images within a repository they are writing. To embed an images in your repository, You must drag the image into the space dedicated to the text. ##How create an "ISSUE"

To create a Issue must follow some simple steps now enumerate:

1) In the top right corner of any page, click YOUR PROFILE photo, then click Your profile.img1


2)On your profile page, click the Repositories tab, then click the name of your repository. img2


3)Click the Issues tab for your repository.img3


4)Click New Issue
img4



5)Type a title and description for your issue.
img4



6)Optionally, you can assign the issue to someone, associate it with a milestone, or apply a label. All of these are optional, so if you're not sure, it's best to let the project maintainer decide what to do.


7)When you're finished, click Submit new issue.


You'll be subscribed to the issue, and notified of any updates notified of any updates, including when it's closed.

###Closing issues via commit messages

You can include keywords in your commit messages to automatically close issues in GitHub. ####Closing an issue in the same repository To close an issue in the same repository, use one of the keywords in the list below followed by a reference to the issue number in the commit message. For example, a commit message with Fixes #45 will close issue 45 in that repository once the commit is merged into the default branch. If the commit is in a non-default branch, the issue will remain open and the issue will be referenced with a tooltip.
Keywords for closing issues
The following keywords will close an issue via commit message:

1)`close`

2)`closes`

3)`closed`

4)`fix`

5)`fixes`

6)`fixed`

7)`resolve`

8)`resolves`

9)`resolved`

#####Closing an issue in a different repository To close an issue in another repository, use the username/repository#issue_number syntax, as described in "Writing on GitHub".

For example, including will close the referenced issue in that repository, provided you have push access to that repository.


I hope this little guide will be helpful


About

Come creare un "Issues"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published