----- Original Message -----
| From: "Igor Stasenko" <[email protected]>
| Another thing, which i discussed locally , i thinking about creating
| a
| dedicated blog for VM developers, where we can share the news and
| describe
| details about changes and stuff..
| In a way, that it will serve as a source of information about VM ,
| jenkins , configurations, settings , building etc etc..
| Because all of the bits of knowledge , which we collected till now is
| kind of floating in the air, and like any energy it tends to
| dissipate
| (things we remember and forget, the more things we should keep in
| head, the faster it happens).
| Also, blog is preferable to just simple CHANGELOG file (or similar),
| because it is two-way communication , and people can comment and
| discuss things.
Igor,
You might find GitHub as a very good place for this. GitHub has a number of
collaboration features that play very well together:
source code control with git
issues where you can report bugs, but also host conversations
wiki for documentation although I like markdown for documentation
since the docs are then versioned with the code
When you view code diffs you can make line by line comments/questions that are
visible to other developers who can in turn comment on your comments ... talk
about real two-way communication:)
The real advantage is that all of these things are versioned together ...
code/documentation/articles ...
Anyway, it's worth considering:)
Dale