-
Updated
Nov 15, 2019
makers
Here are 84 public repositories matching this topic...
-
Updated
Jun 6, 2020 - Shell
-
Updated
May 15, 2020 - PHP
-
Updated
May 28, 2020 - PHP
-
Updated
Jun 14, 2019 - C++
-
Updated
Jan 20, 2020 - C#
-
Updated
Apr 21, 2020
CONTRIBUTING file
We still need a CONTRIBUTING file like:
For example, Active Admin starts its contributing guide with:
First off, thank you for considering contributing to Active Admin. It’s people like you that make Active Admin such a great tool.
Well... in fact, there is a tutorial for that.
http://mozillascience.github.io/working-open-workshop/contributing/
-
Updated
Oct 7, 2019 - CSS
-
Updated
Mar 10, 2020
-
Updated
Feb 18, 2019 - Jupyter Notebook
-
Updated
Mar 11, 2019
-
Updated
Sep 28, 2019 - C++
-
Updated
Apr 28, 2018
-
Updated
Apr 10, 2017
-
Updated
May 11, 2018 - Go
Under the "Map Moderators" section of the Contributors page http://atlasofinnovation.com/about/contributors/ Please turn all of the websites into hyperlinks linked to the names rather than pasted URLs. For example:
Current:
Nation of Makers State Ambassadors: https://nationofmakers.us/team.html
Desired:
Nation of Makers State Ambassadors
-
Updated
Nov 28, 2018
-
Updated
Jul 8, 2017 - CSS
-
Updated
May 24, 2017 - Python
Improve this page
Add a description, image, and links to the makers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the makers topic, visit your repo's landing page and select "manage topics."
Add section to readme indicating how to set up config file for local environment and database.
config file will look like this to start:
{
"database_settings": {
"username":"",
"password":"",
"host":"",
"port":"",
"database":"",
"sslmode":""
},
"logger_settings": {
"dump_request":""
}
}