Skip to content

Commit a04b6bc

Browse files
author
Naor Livne
committed
updating contrib guideline
1 parent 65d4996 commit a04b6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Nebula is designed with the following philosophy in mind, any feature\pull reque
1919
* Reliability is more important then shiny new features.
2020
* No vendor\cloud lock-in, if it's only available in one cloud it will not be used.
2121
* No latency sensitivity, assume workers to have a below average internet access and are in the other side of the world.
22+
* Fully stateless, all data is to be saved in the backend DB & all communication between components is to be passed through the massage queue.
2223

2324
### Documentation
2425

@@ -31,7 +32,6 @@ prior to making any pull requests
3132
* Bug fixes / feature requests - anything off github issues lists
3233
* Submitting tickets - even if you don't have the time\knowledge to fix a bug just opening a github issue about it will greatly help
3334
* Suggesting improvements
34-
* For larger tasks - doing anything off the [wishlist](http://nebula.readthedocs.io/en/latest/wishlist/)
3535
* Spreading the word
3636

3737
### Summary

0 commit comments

Comments
 (0)