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
Please first read the issue guidelines and search for existing and closed issues.
288
+
If your problem or idea is not addressed yet, [please open a new issue][new-issue].
289
+
290
+
291
+
292
+
293
+
## Contributing guidelines
294
+
295
+
All contributions are more than welcomed.
296
+
Contributions may close an issue, fix a bug (reported or not reported), add new design blocks,
297
+
improve the existing code, add new feature, and so on.
298
+
In the interest of fostering an open and welcoming environment,
299
+
we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone,
300
+
regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality,
301
+
personal appearance, race, religion, or sexual identity and orientation.
302
+
[Read the full Code of Conduct][code-of-conduct].
303
+
304
+
305
+
306
+
307
+
#### Versioning
308
+
309
+
Through the development of new versions, we're going use the [Semantic Versioning][semver].
310
+
311
+
Example: `1.0.0`.
312
+
- Major release: increment the first digit and reset middle and last digits to zero. Introduces major changes that might break backward compatibility. E.g. 2.0.0
313
+
- Minor release: increment the middle digit and reset last digit to zero. It would fix bugs and also add new features without breaking backward compatibility. E.g. 1.1.0
314
+
- Patch release: increment the third digit. It would fix bugs and keep backward compatibility. E.g. 1.0.1
315
+
316
+
317
+
318
+
272
319
## Authors
273
320
274
321
***Banciu N. Cristian Mihai**
275
322
276
-
See also the list of [contributors](https://github.com/binary-cube/dot-array/graphs/contributors) who participated in this project.
323
+
See also the list of [contributors][contributors] who participated in this project.
324
+
325
+
326
+
277
327
278
328
## License
279
329
280
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
330
+
This project is licensed under the MIT License - see the [LICENSE][license] file for details.
0 commit comments