Display library for ESP32
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.4 KiB

1 year ago
  1. # Readme
  2. # Basic Instructions of Repository
  3. **This is the main repository of your project, please consider to follow the next rules to work in a collaborative way with other fellows.**
  4. ## Readme and Wiki
  5. Use `Readme.md` file to let others know how to use, connect (circuits) or implement the repository elements in a basic and simple way. For detailed information, remark notes, tutorials, or documentation (reports and thesis) of the repository use the **Wiki** Tab in the same repository.
  6. *Considers that the Wiki page is not considered by the git system*.
  7. ## Projects and Issues tab
  8. To organize your progress, use the issues and projects tabs. In this way, it is possible to schedule your tasks and set milestones. Thus, each week can start by reviewing the pending tasks, organize your week tasks, and at the end of the week check and mark your progress.
  9. ### Issues and Labels
  10. Let us start by setting some milestones (proposal, prototype, software function, etc.), set a Due Date, and its description. With your milestones, it will be easy to organize issues and track your progress.
  11. After defining a milestone,
  12. - **task**
  13. - **bug**
  14. - **improve**
  15. - **
  16. The `git-template` includes 9 basic labels to use each time you create an issue. These labels are detailed next:
  17. - bug: Somethign is not working as expected or getting wrong results
  18. - duplicated: This issue or pull request already exists
  19. - further work: General advices to be considered in future elements, projects or submodules
  20. - help wanted: Some help is required by supervisors; directions, raw material, material, review results, or laboratory assistance
  21. - improve: Something has to be improved or rebuiled to improve expected results
  22. - question: Something needs a fast review or guidance to focus the aim of the project
  23. - submodules: The project should considers to create a submodule element to integrate in this project
  24. - task: Assigned task to complete a milestone or project element; the assigned collaborators have to complete the task
  25. - wiki: Elements or information to be included in the Wiki page
  26. ### Projects
  27. **Considers that this is the main repository. Thus, create projects for main elements (circuit stage, specific behaivior, component, document, simulation, or submodule, etc.) to manage components or submodules related with the main repository**.
  28. In the project always create three main boards: Todo, In Progress and Done.