Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bettyblocks/native-functions


https://github.com/bettyblocks/native-functions

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Native functions

This project contains the action functions that implement the action steps offered by the Betty Blocks platform.

## Usage

TODO

## Our workflow

1. Let your us know what you are working on by creating a JIRA ticket via our Techsupport department.

2. Branch from `acceptance`.

```bash
$ git checkout acceptance
$ git pull
$ git checkout -b feat/a-summary-of-your-ticket-{STORY-ID}
```

3. Work on your feature.

4. When you're confident about your work, submit a pull request to `edge` and assign it to one of the reviewers. You can comment on your techsupport ticket in Jira **"In review"** and provide the link to the pull request.

- If there are conflicts, do not merge `edge` into your branch, you can try merging `acceptance` in your branch and else contact techsupport.

5. Once the ticket is in review our tech department will either give you feedback to make changes or it will be added to the sprint of a team so that the feature can go through our testing process.

6. Once testing is complete, the techsupport ticket will be promoted to ready for acceptance and you can create a pull request to `acceptance`.

7. When your work is merged into `acceptance`, you can assume that it will be released with the next release.

## Commit messages

Commit messages should be descriptive in what kind of problem it solves or feature it implements.
Like `fix: this solves this bug` or `feat: implemented this feature`

Further guidelines about git messages are available here: https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional