Skip to content

Commit 9c7e220

Browse files
Fix obsolete instructions
Remove Jira reference.
1 parent dbdfcda commit 9c7e220

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This document describes the policies and procedures for working with NHibernate.
44

55
For the least friction, please follow the steps in the order presented, being careful not to miss any. There are many details in this document that will help your contribution go as smoothly as possible. Please read it thoroughly.
66

7-
## Create or find a Jira Issue
7+
## Create or find a GitHub Issue
88

9-
Jira is used to generate the release notes and serves as a central point of reference for all changes that have occurred to NHibernate.Caches.
9+
GitHub is used to generate the release notes and serves as a central point of reference for all changes that have occurred to NHibernate.Caches.
1010

11-
Visit [https://nhibernate.jira.com/projects/NHCH/issues][1] and search for your issue. If you see it, giving it a vote is a good way to increase the visibility of the issue.
11+
Check [issues][1] and search for your issue. If you see it, giving it a vote is a good way to increase the visibility of the issue.
1212

1313
Before creating an issue, please do your best to verify the existence of the problem. This reduces noise in the issue tracker and helps conserve the resources of the team for more useful tasks. Note the issue number for future steps.
1414

@@ -48,13 +48,13 @@ Since you now have a failing test case, it should be straight-forward to step in
4848

4949
Once you've made changes to the NHibernate.Caches code base, you'll want to ensure that you haven't caused any previously passing tests to fail. The easiest way to check this is to run **nant test** from the root of NHibernate.Caches repository.
5050

51-
Cache provider tests depending on a cache server does not fail the task by default. If you have change such a provider, setup its server and check the nant output for unexpected failures.
51+
Cache provider tests depending on a cache server does not fail the task by default. If you have changed such a provider, setup its server and check the nant output for unexpected failures.
5252

5353
## Submit a Pull Request
5454

5555
If you are fixing an existing issue, please make sure to include this issue number in your GitHub pull request.
5656

57-
We use tabs for code indentation, not spaces. As this is not the default in Visual Studio, you will need to reconfigure Visual Studio to indent with tabs whenever you work on the NHibernate.Cahces codebase. To make this easier, NHibernate.Caches has an [editorconfig][3] configuration file to switch Visual Studio automatically between tabs and spaces mode. It is recommended you install editorconfig from the Visual Studio Extension Manager.
57+
We use tabs for code indentation, not spaces. As this is not the default in Visual Studio, you will need to reconfigure Visual Studio to indent with tabs whenever you work on the NHibernate.Cahces codebase. To make this easier, NHibernate.Caches has an [editorconfig][3] configuration file to switch Visual Studio automatically between tabs and spaces mode. It is recommended you install editorconfig from the Visual Studio Extension Manager, if you are using an older version of Visual Studio.
5858

5959
After submitting your pull request, come back later to check the outcome of automated builds. If some have failed, they will be listed in your pull request with a link to the corresponding AppVeyor build. Find out in the build which tests are newly failing, and take appropriate action.
6060

@@ -66,7 +66,7 @@ The NHibernate team monitors GitHub regularly, so your request will be noticed.
6666

6767
The NHibernate community values your contributions. Thank you for the time you have invested.
6868

69-
[1]: https://nhibernate.jira.com/projects/NHCH/issues
69+
[1]: https://github.com/nhibernate/NHibernate-Caches/issues
7070
[2]: https://github.com/nhibernate/NHibernate-Caches/
7171
[3]: http://www.editorconfig.org/
7272
[4]: http://groups.google.com/group/nhibernate-development

0 commit comments

Comments
 (0)