Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
ac63149c
Commit
ac63149c
authored
Jun 06, 2014
by
Waldir Pimenta
Committed by
Edward Thomson
Oct 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar of licensing sentence, add IRC links
Also various formatting, wrapping and capitalization tweaks.
parent
d09458f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
CONTRIBUTING.md
+7
-5
No files found.
CONTRIBUTING.md
View file @
ac63149c
...
@@ -15,7 +15,9 @@ from them into your own application.
...
@@ -15,7 +15,9 @@ from them into your own application.
## Discussion & Chat
## Discussion & Chat
We hang out in the #libgit2 channel on irc.freenode.net.
We hang out in the
[
`#libgit2`
](
http://webchat.freenode.net/?channels=#libgit2
)
) channel on
irc.freenode.net.
Also, feel free to open an
Also, feel free to open an
[
Issue
](
https://github.com/libgit2/libgit2/issues/new
)
to start a discussion
[
Issue
](
https://github.com/libgit2/libgit2/issues/new
)
to start a discussion
...
@@ -34,10 +36,10 @@ and when a critical bug fix needs to be backported, it will be done on a
...
@@ -34,10 +36,10 @@ and when a critical bug fix needs to be backported, it will be done on a
First, know which version of libgit2 your problem is in and include it in
First, know which version of libgit2 your problem is in and include it in
your bug report. This can either be a tag (e.g.
your bug report. This can either be a tag (e.g.
[
v0.17.0
](
https://github.com/libgit2/libgit2/releases/tag/v0.17.0
)
) or a
[
v0.17.0
](
https://github.com/libgit2/libgit2/releases/tag/v0.17.0
)
) or a
commit SHA
(e.g.
commit SHA
[
01be7863
](
https://github.com/libgit2/libgit2/commit/01be786319238fd6507a08316d1c265c1a89407f
)
(e.g.
[
01be7863
](
https://github.com/libgit2/libgit2/commit/01be7863
)
).
).
Using
[
`git describe`
](
http://git-scm.com/docs/git-describe
)
is a
Using
[
`git describe`
](
http://git-scm.com/docs/git-describe
)
is a
great way to tell us what version you're working with.
great way to tell us what version you're working with.
If you're not running against the latest
`master`
branch version,
If you're not running against the latest
`master`
branch version,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment