Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Mihini/Development
< Mihini
Contents
Developer cheat sheet
Configuring you SSH key
Bug tracker
Mailing lists
- Developers mailing list: mihini-dev@eclipse.org
Note: Subscription to be done on https://dev.eclipse.org/mailman/listinfo/mihini-dev
- New bugs are sent on mihini-inbox@eclipse.org
- Commit mails will be sent on mihini-commits@eclipse.org
Note: Subscription to be done on https://dev.eclipse.org/mailman/listinfo/mihini-commits
Git repositories
Mihini source code is available on the Git repositories of the Eclipse Foundation. There are several repositories:
| org.eclipse.mihini.git | Contains the Mihini codebase (agent + Lua and C API) |
| org.eclipse.mihini.samples.git | Mihini examples |
| www.eclipse.org/mihini.git | Mihini website |
Bugzilla severity and priority
| Severity | Definition |
|---|---|
| blocker | A problem preventing a function from being used, no work around, blocking progress on multiple fronts |
| critical | A problem preventing a function from being used, no work around |
| major | A problem preventing a function from being used, but a work around is possible |
| normal | Default value in Bugzilla, so can mean a bug has not been sorted |
| minor | A problem not affecting the actual function, but the behavior is not natural |
| trivial | A problem not affecting the actual function, a typo would be an example |
| enhancement | A new feature or improvement of an existing one |
| Priority | Definition |
|---|---|
| P1 | Must be fixed within the current milestone. |
| P2 | Must be fixed before the release. |
| P3 | Would be fixed before release, if possible. |
| P4 | Would be probably fixed someday. |
| P5 | Not important to our long-term plans. |