Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 8c07d0b

Browse files
authored
Add gitwork flow to readme
1 parent f9faf63 commit 8c07d0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ From the class names, it's easy to tell what they do. See effect when added to a
5252
You have total control over what the width of the element (and margin in the case of `-auto`) should be. More details & tutorial coming soon on this topic.
5353

5454
## How to contribute
55-
At the moment it is maintained by just one person - [@Ifycode](https://github.com/Ifycode). Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request. Please take note of the following:
55+
At the moment it is maintained by just one person - [@Ifycode](https://github.com/Ifycode). Meaning that more features will be added only when needed. If you like and have started using the library in your projects but doesn't contain what you need (yet), you can help speed up the process by raising it as an issue or send a pull request.
56+
57+
***Please take note of the following:***
5658
* The styles or classes you propose must be as close as possible to css itself, group related property-value pairs, should be reusable, and usable in any section inside the body of html documents.
57-
* Do not make...
59+
* Do not make changes directly in the `main` or `develop` branches. See [development environment & git workflow](https://github.com/code-collabo/node-mongo-docs/issues/2) on how to make changes to the code base and submit pull request.

0 commit comments

Comments
 (0)