You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This document describes the policies and procedures for working with NHibernate.
4
4
5
5
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.
6
6
7
-
## Create or find a Jira Issue
7
+
## Create or find a GitHub Issue
8
8
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.
10
10
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.
12
12
13
13
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.
14
14
@@ -48,13 +48,13 @@ Since you now have a failing test case, it should be straight-forward to step in
48
48
49
49
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.
50
50
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.
52
52
53
53
## Submit a Pull Request
54
54
55
55
If you are fixing an existing issue, please make sure to include this issue number in your GitHub pull request.
56
56
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.
58
58
59
59
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.
60
60
@@ -66,7 +66,7 @@ The NHibernate team monitors GitHub regularly, so your request will be noticed.
66
66
67
67
The NHibernate community values your contributions. Thank you for the time you have invested.
0 commit comments