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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,21 @@
2
2
3
3
## **Did you find a bug?**
4
4
5
-
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/xBimTeam/XbimEssentials/issues).
5
+
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/xBimTeam/XbimEssentials/issues).
6
6
7
-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/xBimTeam/XbimEssentials/issues/new).
8
-
Be sure to include a **title and clear description**, as much relevant information as possible; if useful an IFC file should be attached to
7
+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/xBimTeam/XbimEssentials/issues/new).
8
+
Be sure to include a **title and clear description**, as much relevant information as possible; if useful an IFC file should be attached to
9
9
the issue and a **code sample** demonstrating the fault. xBIM can be used to extract parts of IFC file to isolate the problem if it is data-related.
10
10
11
11
* The Xbim toolkit is composed of a collection of projects, please ensure that you post your issue under the relevant project.
12
12
13
13
## **Did you write a patch that fixes a bug?**
14
14
15
-
* Open a new [GitHub pull](https://help.github.com/articles/about-pull-requests/) request with the patch.
15
+
* Open a new [GitHub pull request](https://help.github.com/articles/about-pull-requests/) with the patch.
16
16
17
-
* we have two branches in the project, please work on the development branch; your contribution will be merged there and then to master upon the next release.
17
+
* we have two branches in the project, **please work on the development branch**; your contribution will be merged there and then to master upon the next release.
18
18
19
-
* Ensure the PR description clearly describes the problem and solution. Include a relevant issue number if applicable.
19
+
* Ensure the PR description clearly captures the problem and solution. Include a relevant issue number, if applicable.
20
20
21
21
## **Did you fix whitespace, format code, or make a purely cosmetic patch?**
22
22
@@ -32,6 +32,6 @@ We are still likely to accept your PR in this case, patches that improve the doc
32
32
33
33
Xbim is a volunteer effort. We encourage you to pitch in!
0 commit comments