-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
2 additions
and
2 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,7 +1,7 @@ | ||
This is a project to collect strategies for programming. | ||
|
||
### How can I contribute a programming strategy? | ||
1. Create a new page with a .md markdown extension. | ||
2. Edit the new page, and write up your programming strategy. Pages are built using Markdown. [See how](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). You can add **formatting**, make | ||
1. Click on Create a new file and name your file with .md markdown extension. | ||
2. Edit the new file (you can use the text editor in Github), and write up your programming strategy. Pages are built using Markdown. [See how](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). You can add **formatting**, make | ||
lists, add absolute links, and add \[relative links\](yourpage.md). | ||
3. Add a relative link to your programming strategy to index.md. |