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
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
19
53
@@ -38,20 +72,18 @@ mvn compile
38
72
mvn test
39
73
```
40
74
41
-
Contributing
42
-
--------
75
+
## Contributing
43
76
44
-
45
-
TODO
46
-
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
77
+
Pull Requests and and all other Community Contributions are essential for open source software.
78
+
Every contribution - from bug reports to feature requests, typos to full new features - are greatly appreciated.
47
79
48
80
## Deployment and Versioning
49
81
50
82
This part is intended for committer who are packaging a release.
51
83
52
84
* Check all your files are checked in
53
85
* Execute "mvn clean test" to be sure all tests are passing
54
-
* Update the version number in pom.xml
86
+
* Update the version number in pom.xml and README.md
55
87
* Execute "mvn clean test" to be sure all tests are passing
56
88
* Commit the changes
57
89
@@ -80,18 +112,19 @@ This part is intended for committer who are packaging a release.
80
112
* Update the version number in pom.xml to start next snapshot development
81
113
* Update the htmlunit pom to use the new release
82
114
83
-
Authors
84
-
--------
115
+
## Authors
85
116
86
117
***RBRi**
87
118
* all the contributors to CSSParser
88
119
89
-
License
90
-
--------
120
+
## License
91
121
92
122
This project is licensed under the Apache 2.0 License
93
123
94
-
Acknowledgments
95
-
--------
124
+
## Acknowledgments
96
125
97
126
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
0 commit comments