Skip to content

Commit 1372405

Browse files
GitHub instead ofJIRA in the contribution guidelines
* Replace JIRA ticket with GitHub issue in the contribution guidelines * Changed the part about linking a Pull Request to a GitHub issue * Fix code block
1 parent 3c62cc3 commit 1372405

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CONTRIBUTING.adoc

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _you should see branches on origin as well as upstream, including 'master' and '
5252

5353
== A Day in the Life of a Contributor
5454

55-
* _Always_ work on topic branches (Typically use the Jira ticket ID as the branch name).
55+
* _Always_ work on topic branches (Typically use the GitHub issue ID as the branch name).
5656
- For example, to create and switch to a new branch for issue GH-123: `git checkout -b GH-123`
5757
* You might be working on several different topic branches at any given time, but when at a stopping point for one of those branches, commit (a local operation).
5858
* Please follow the "Commit Guidelines" described in
@@ -246,12 +246,15 @@ Make sure that all tests pass prior to submitting your pull request.
246246

247247
== Mention your pull request on the associated GitHub issue
248248

249-
Add a comment to the associated JIRA issue(s) linking to your new pull request.
249+
Add a comment to the associated GitHub issue(s) linking to your new pull request.
250250

251-
== Provide a Link to the JIRA issue in the Associated Pull Request
251+
== Provide a Link to the GitHub issue in the Associated Pull Request
252252

253-
Add a JIRA issue link to your first commit comment of the pull request on the last line, so your commit message
254-
may look like this:
253+
There are multiple ways to link a Pull Request to a GitHub issue as described
254+
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue[here].
255+
256+
One way would be to add a GitHub issue link to your first commit comment of the pull request on the second line,
257+
so your commit message may look like this:
255258

256259
----
257260
GH-1: Add Contribution Guidelines
@@ -262,3 +265,9 @@ may look like this:
262265
* mention Contribution Guidelines in the `README.md`
263266
* mention CODE_OF_CONDUCT in the `README.md`
264267
----
268+
269+
Also by using specific
270+
https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword[keywords]
271+
you can link to a GitHub issue like so:
272+
273+
Closes #10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here are some ways for you to get involved in the community:
6262

6363
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [StackOverflow](https://stackoverflow.com/questions/tagged/spring-kafka) by responding to questions and joining the debate.
6464
* Create [GitHub issues](https://github.com/spring-projects/spring-kafka/issues) for bugs and new features and comment and vote on the ones that you are interested in.
65-
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
65+
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/). If you want to contribute code this way, please reference a GitHub issue as well covering the specific issue you are addressing.
6666
* Watch for upcoming articles on Spring by [subscribing](https://www.springsource.org/node/feed) to springframework.org
6767

6868
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup).

0 commit comments

Comments
 (0)