Difference between revisions of "Center Members Admin Guide"

From BlackBox Framework Wiki
Jump to navigation Jump to search
Line 15: Line 15:
Further actions are involving other Center members for discussion and coding, chairperson for creating the voting. After the positive voting the topic branch should be merged with master branch in web-interface of GitHub.
Further actions are involving other Center members for discussion and coding, chairperson for creating the voting. After the positive voting the topic branch should be merged with master branch in web-interface of GitHub.


Before voting about any issue-#NN is good to have trial version of BlackBox which includes all fixes.
Before voting about any issue-#N is good to have trial version of BlackBox which includes all fixes.
For doing this you need to work with Git a bit:
For doing this you need to work with Git a bit:
# clone the repository from GitHub,
# clone the repository from GitHub,

Revision as of 05:44, 24 March 2015

Each Center member has right for rich access to the following resources:

  1. Center Board with membership in Center Group with posting privileges
  2. Center Issues tracker with membership in the BlackBox Component Builder with the Developer status.
  3. BlackBox Framework Center organization in GitHub with privileges of owner

If you are the Center member and still have no access to any of this resources, please notice the Chairperson or forum administrator about this situation.

The access to this resources allows Center members to lead the bug fixing pipeline:

  1. Create the issue in the Center Issues tracker and get the unique issue number N.
  2. Create the branch with GitHub online interface with name "issue-#N" (see image bellow)
  3. Create the topic in the issues discussion section of the Center Board with full description of the problem and your solution if such exists

Further actions are involving other Center members for discussion and coding, chairperson for creating the voting. After the positive voting the topic branch should be merged with master branch in web-interface of GitHub.

Before voting about any issue-#N is good to have trial version of BlackBox which includes all fixes. For doing this you need to work with Git a bit:

  1. clone the repository from GitHub,
  2. switch to branch "issue-#N",
  3. make changes and commit them with some message containing description + "Refs. #N."
  4. push this commit to repository

More information you can find here: How to develop with Git.

Then The BlackBox Build Engine will prepare demo BlackBox automatically here: http://blackboxframework.org/unstable


Illustrations

Creating the branch with GitHub online interface:

Makebranch.png