You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
I'd love to have your help improving CashCash! If you'd like to pitch in, you can do so in a number of ways:
4
4
5
5
1. Look through open [Issues](https://github.com/jgarber623/CashCash/issues).
6
-
2. Review any open [Pull Requests](https://github.com/jgarber623/CashCash/pulls).
7
-
3.[Fork CashCash](#get-set-up-to-contribute) and fix an open Issue or add your own feature.
8
-
4. File new Issues if you have a good idea or see a bug and don't know how to fix it yourself. _Only do this after you've made sure the behavior or problem you're seeing isn't already documented in an open Issue._
6
+
1. Review any open [Pull Requests](https://github.com/jgarber623/CashCash/pulls).
7
+
1.[Fork CashCash](#get-set-up-to-contribute) and fix an open Issue or add your own feature.
8
+
1. File new Issues if you have a good idea or see a bug and don't know how to fix it yourself. _Only do this after you've made sure the behavior or problem you're seeing isn't already documented in an open Issue._
9
9
10
10
I definitely appreciate your interest in (and help improving) CashCash. Thanks!
11
11
@@ -24,15 +24,16 @@ If you're using a different operating system, use a different package manager, o
24
24
Contributing to CashCash is pretty straightforward:
25
25
26
26
1. Fork the CashCash repo and clone it.
27
-
2. Install development dependencies by running `npm install` from the root of the project.
28
-
3. Create a feature branch for the issue or new feature you're looking to tackle: `git checkout -b your-descriptive-branch-name`.
29
-
4._Write some code!_
30
-
5. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `npm test`.
31
-
6. Commit your changes: `git commit -am 'Add some new feature or fix some issue'`.
32
-
7. Push the branch to your fork of CashCash: `git push origin your-descriptive-branch-name`.
33
-
8. Create a new Pull Request and I'll give it a look!
34
-
35
-
## "But what files do I change?!?"
27
+
1. Install development dependencies by running `npm install` from the root of the project.
28
+
1. Create a feature branch for the issue or new feature you're looking to tackle: `git checkout -b your-descriptive-branch-name`.
29
+
1. Run `npm start` which instructs [Rollup](https://rollupjs.org) to watch `src/cashcash.js` for changes and automatically exports built files to the `dist` folder.
30
+
1._Write some code!_
31
+
1. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `npm test`.
32
+
1. Commit your changes: `git commit -am 'Add some new feature or fix some issue'`.
33
+
1. Push the branch to your fork of CashCash: `git push origin your-descriptive-branch-name`.
34
+
1. Create a new Pull Request and I'll give it a look!
35
+
36
+
## "But which files do I change?!?"
36
37
37
38
Excellent question. CashCash's source code is in the file `src/cashcash.js`. Make your changes here!
Copy file name to clipboardExpand all lines: example/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ <h1>CashCash: Example</h1>
30
30
<pid="paragraph-4">Morbi lacinia et dui a convallis. Donec vel leo vel tortor ultricies suscipit sit amet in neque. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Etiam euismod lectus aliquam, cursus massa eget, luctus enim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Duis mollis, velit at varius cursus, leo quam porta justo, nec ornare sapien nulla nec eros. Praesent ligula ligula, condimentum a nulla ac, ultricies accumsan sapien. Aenean condimentum tortor et nulla gravida, ut efficitur enim placerat. Sed fermentum tempus pellentesque. Morbi porttitor orci a enim ornare, a sodales mi congue. Proin a consectetur ipsum.</p>
0 commit comments