Coding Tasks is a community driven collection of standard coding tasks for various platforms and frameworks.
- Platform: Coding Tasks
- Development Hours: 30 mins - 4 hours
- Task Type: Base
- Article Published on Coding Tasks
- Fork Coding Tasks Repo
- Search the existing pull requests, to see if anyone else is working on that task.
- Create a folder in the appropriate platform directory, for the task you are documenting, with a placeholder README.md file.
- Create a Pull Request to
neverbehind/codingtasks
to communicate that you are working on that task. - Compose article following the
Article Template
below. - Save the article in the README.md in the folder you created for the task.
- Add sample code in your task folder.
- Add an entry into the
index/README.md
linking to your new task folder. - Commit and Push the changes up to the repo.
- Update the Pull Request with a comment that it is ready to merge in.
# [Task Name]
[Task Description]
## Task Details
**Platform/Framework:** [Platform]
**Development Hours:** 30 mins
**Task Type:** Base
## Pre requirements
[List of Tasks that you will need to have performed to accomplish this task]
## Task Objectives
[List of Deliverables]
## Instructions
The instruction area should lay out the parts of code that need to be in place as well as a big picture of how
these pieces fit together.
Code Snippets (Use ``` for formatting)
Code Examples - should be full working examples committed under the task folder
## Research and Useful Links Section
[If there are any helpful links that have helped]