Skip to content

Commit 7850ee5

Browse files
author
Jessica Lord
committed
contributing doc
1 parent 8fb196e commit 7850ee5

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

contributing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing to Sheetsee.js
2+
3+
This repository (github/jlord/sheetsee.js) is primarily for documentation and the documentation website. It also contains a copy of a full sheetsee.js (one that includes the map, charts and table portions).
4+
5+
### Use this repository to file issues and pull requests on documentation/documentation site.
6+
7+
The documentation is contained in the `/docs` and `/demos` folders in the root. I build the site (on the `gh-pages` branch) from these files so **submit pull requests against the files in `/docs` and `/demos`** and not the `/site` folder or the `gh-pages` branch.
8+
9+
### For issues and pull requests on the JavaScript, use the repository for the affected portion:
10+
11+
- [sheetsee](http://www.github.com/jlord/sheetsee/issues/new)
12+
- [sheetsee-core](http://www.github.com/jlord/sheetsee-core/issues/new)
13+
- [sheetsee-tables](http://www.github.com/jlord/sheetsee-tables/issues/new)
14+
- [sheetsee-maps](http://www.github.com/jlord/sheetsee-maps/issues/new)
15+
- [sheetsee-charts](http://www.github.com/jlord/sheetsee-charts/issues/new)
16+
17+
Thank you much! :heart: :octocat:

docs/fork-n-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ What all of this means is that Sheetsee.js projects, hosted on gh-pages branches
1919
A Fork-n-Go example from my [blog post](http://jlord.us/fork-n-go/) on the topic:
2020

2121
### Hack Spots Fork-n-Go
22-
22+
2323
I made this website to collect hack spots all over the world from friends and friends of friends (the spreadsheet is wide open, so you can add some, too!). It’s using sheetsee to power the table, map and other elements of the page. Its source is in this repo, with just a gh-pages branch. To create an instance of this site for yourself all you need to do:
2424

2525
- Create a Google spreadsheet with the same headers (just copy and paste header row from the original). Click File > Publish to Web, then Start Publishing.
@@ -29,4 +29,4 @@ Commit your change.
2929

3030
Now you have the same site connected to a spreadsheet that you manage — it’s live and can be found at yourGitHubName.github.io/theReposName.
3131

32-
![forkcommit](http://jlord.s3.amazonaws.com/wp-content/uploads/forkcommit1.png)
32+
![forkcommit](http://jlord.s3.amazonaws.com/wp-content/uploads/forkcommit1.png)

0 commit comments

Comments
 (0)