Skip to content

Commit

Permalink
Refactor README.md: simplify content, remove unnecessary sections, an…
Browse files Browse the repository at this point in the history
…d reorganize structure

Add comprehensive CONTRIBUTING.md file for guidelines on contributing to the project, including steps for forking, cloning, making changes, running tests, and creating pull requests. Also includes sections on code style, issue reporting, and licensing terms.
  • Loading branch information
mrnazu committed Jun 23, 2024
1 parent eef09b7 commit 1e52e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ build/Release

# Dependency directories
node_modules/
package-lock.json
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
Expand Down
2 changes: 1 addition & 1 deletion cache/test-key.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"data":"Example cached data"}
{"data":"This is cached data 2"}

0 comments on commit 1e52e77

Please # to comment.