Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1kohei1/tesseracttest
Test for Tesseract
https://github.com/1kohei1/tesseracttest
Last synced: 10 days ago
JSON representation
Test for Tesseract
- Host: GitHub
- URL: https://github.com/1kohei1/tesseracttest
- Owner: 1kohei1
- Created: 2014-09-04T19:28:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T19:34:56.000Z (about 10 years ago)
- Last Synced: 2023-08-14T02:30:29.582Z (over 1 year ago)
- Language: Objective-C
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TesseractTest
=============Test for Tesseract
Commit Message Rule
=============#### Complete:
Use it when you complete something.**Ex)** Complete: new version. ver.1.2.2 or Complete: Message features.
#### Bug Fix:
Use it when you fix a bug. Describe detail of bug after colon.**Ex)** Bug Fix: fixed the bug of timestamp at message feature.
#### Initiate:
Use it when you begin to work on new features.**Ex)** Initiate: Message feature or Initiate: AR features on users' cameras
#### Implement:
Use it when you add small program to big features.**Ex)** Implement: Fetch messages from the server.
#### Edit:
Use it when you edit a file not for bug fix nor implementing new fatures, such as change name of variables, edit structure
of the class, or make a program readable. Describe the reason of edit also.**Ex)** Edit: Add more rules of git commit comment
#### Add:
Use it when you add images, libraries, and some other sources. List name of files you added.**Ex)** Add: navBackBtn.png, navEditBtn.png, profile.png
#### Delete:
Use it when you deleted some files.**Ex)** Delete: ViewContoller.h, ViewController.m