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
We'd love for you to contribute to our source code and to make iText even better than it is
3
+
We'd love for you to contribute to our source code and to make **iText 7 Community** even better than it is
4
4
today! Here are the guidelines we'd like you to follow:
5
5
6
6
-[Question or Problem?](#question)
@@ -15,7 +15,7 @@ today! Here are the guidelines we'd like you to follow:
15
15
16
16
## <aname="question">Got a Question or Problem?</a>
17
17
18
-
If you have questions about how to use iText, please direct these to [StackOverflow][stackoverflow].
18
+
If you have questions about how to use **iText 7 Community**, please direct these to [Stack Overflow][stackoverflow].
19
19
20
20
If you are a customer with a [support agreement][support], you also have direct access to our JIRA and our developers.
21
21
@@ -32,7 +32,7 @@ If you would like to implement a new feature then consider what kind of change i
32
32
33
33
***Major Changes** that you wish to contribute to the project should be discussed first so that we can better
34
34
coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is successfully
35
-
accepted into the project.
35
+
accepted into the project. Contact us at [community@itextpdf.com](mailto:community@itextpdf.com).
36
36
***Small Changes** can be crafted and submitted to the [GitHub Repository][github] as a [Pull Request][pull].
37
37
38
38
@@ -41,7 +41,7 @@ accepted into the project.
41
41
### Submitting a Question or an Issue
42
42
Before you submit your question or issue, search [Stack Overflow][stackoverflow], maybe your question was already answered.
43
43
44
-
If your issue appears to be a bug, and hasn't been reported, ask a question on [Stack Overflow][stackoverflow].
44
+
If your issue appears to be a bug, and hasn't been reported, ask a question on [Stack Overflow][stackoverflow] to verify that is indeed a bug and not a mistake in your own code.
45
45
Help us to maximize the effort we can spend fixing issues and adding new
46
46
features, by not reporting duplicate issues. Providing the following information will increase the
47
47
chances of your issue being dealt with quickly:
@@ -55,7 +55,7 @@ chances of your issue being dealt with quickly:
55
55
***Related Issues** - has a similar issue been reported before?
56
56
***Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
57
57
causing the problem (line of code or commit)
58
-
***Tag the question** - add the tag 'itext' to your question so we can find it.
58
+
***Tag the question** - add the tag `itext7` to your question so we can find it.
59
59
60
60
**If you get help, help others. Good karma rulez!**
61
61
@@ -70,88 +70,37 @@ Before you submit your pull request consider the following guidelines:
70
70
* Please sign the [iText Contributor License Agreement (iCLA)](#cla) before sending pull
71
71
requests for any change of more than 20 significant lines of code (we're not counting curly braces and other syntactical sugar).
72
72
We cannot accept code without this agreement.
73
-
* Clone iText to your local machine.
74
-
75
-
```shell
76
-
git clone git@github.com:itext/itextpdf.git
77
-
cd itextpdf
78
-
git fetch origin
79
-
git checkout -b develop origin/develop
80
-
```
81
-
82
-
* Make your changes in a new git branch based off the develop branch:
83
-
84
-
```shell
85
-
git checkout -b my-fix-branch develop
86
-
```
87
-
88
-
* Create your patch, **including appropriate test cases**.
73
+
* Fork the iText repository on GitHub.
74
+
* Clone your iText fork to your local machine.
75
+
* Make your changes, **including appropriate test cases**.
89
76
* Follow our [Coding Rules](#rules).
90
-
* Run the full iText test suite and ensure that all tests pass.
91
77
* Commit your changes using a descriptive commit message that follows our
We use the [Stack Exchange][stackoverflow] network for free support and [GitHub][github] for code hosting. By using these services, you agree to abide by their terms:
0 commit comments