-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b980d8c
commit 29e4e83
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
## Process | ||
- Contributions document (how to fork, how to make a contribution, pull request, contribution workflow, issue tracking guideline, templates for issues and pull requests, branch naming conventions). | ||
- Code guideline document (folder structure, file structure). | ||
- Bug reporting guideline. | ||
- Dependency guidelines. | ||
- Beginner friendly label issues. | ||
- Examples. | ||
- License. | ||
- Code of conduct. | ||
- Deployment document. | ||
- Continuous integration (setting up) / testing (how to run tests locally). | ||
- Defining roles. | ||
- Defining roadmap. | ||
- Contributions document | ||
- How to fork | ||
- How to make a contribution through a pull request (including template for pull requests) | ||
- How to contribute an example dataflow | ||
- How to create an issue (including template for issues) | ||
- Code guideline document | ||
- Folder structure and file structure | ||
- License | ||
- Code of conduct | ||
- Deployment document | ||
- Development roles | ||
- Roadmap | ||
|
||
## Functionalities | ||
- Template. | ||
- Users. | ||
- Bug listing. | ||
- Template | ||
- Multiple users | ||
- Testing | ||
- Unit testing | ||
- Integration testing | ||
- Continuous integration |