From 5e9f8338e0fea435a2d240af54a69f7946f96561 Mon Sep 17 00:00:00 2001 From: Nanthana2003 Date: Mon, 1 Jan 2024 23:08:22 +0530 Subject: [PATCH 1/2] updated readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 4b8053e..88703c8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,23 @@ It's crucial to be mindful of what you stage with Statik. Since IPFS operates as ## Performance Consideration Given Statik's continuous interaction with IPFS nodes, command execution speed may vary. We're actively optimizing performance to provide the best possible experience. +## Why should you contribute to this project? +- Learning Opportunities: Contribute to a project that combines IPFS and version control, gaining knowledge in both domains. +- Open Source Spirit: Delve deep into the open source spirit, fostering transparency and allowing contributors to showcase their skills to a broader audience. +- Impact: Make meaningful contributions that have the potential to revolutionise how version control is approached in a decentralised world. +- New Technology: Work with the latest advancements in decentralised technologies and version control systems. + +## Target Audience +- Developers +- Open-source Enthusiasts +- People having an interest in decentralisation + +## Goals +- Decentralised version control system: Build a project that has version control features in a decentralised manner utilising IPFS +- Multiuser support: Have multiple users author commits and have flexibility to branch out, merge branches etc. +- Mutable pointers: Have a feature to host static content (similar to Github pages) and assign human readable URLs to them using IPNS (InterPlanetary Name System) and DNS linking. +- Scalability testing: Ensuring that Statik remains performant and reliable as the size of repositories and user interactions increases. + ## Demo ![demo](assets/demo.gif) @@ -68,3 +85,13 @@ $ statik help help [command] display help for command ``` + +## Contribution process and guidelines +- Reporting issues: If you find any issues or bugs please create a new issue and provide detailed information. +- Feature requests: We welcome feature requests. Please create a new issue and describe the proposed feature or improvement. +- Pull requests: + - Fork the repository and create a new branch for your contribution. + - Make your changes and commit them. + - Push the changes to your fork. + - Create a pull request with title and description + From 9019b19bffdb1f065909e52f0e48deeaa6e42f7e Mon Sep 17 00:00:00 2001 From: Nanthana2003 Date: Mon, 1 Jan 2024 23:35:59 +0530 Subject: [PATCH 2/2] added CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ README.md | 10 ---------- 2 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f17e8dd --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contribution process and guidelines + +## Reporting issues +If you find any issues or bugs please create a new issue and provide detailed information. + +## Feature requests +We welcome feature requests. Please create a new issue and describe the proposed feature or improvement. + +## Pull requests +- Fork the repository and create a new branch for your contribution. +- Make your changes and commit them. +- Push the changes to your fork. +- Create a pull request with title and description \ No newline at end of file diff --git a/README.md b/README.md index 88703c8..c122c05 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,3 @@ $ statik help help [command] display help for command ``` - -## Contribution process and guidelines -- Reporting issues: If you find any issues or bugs please create a new issue and provide detailed information. -- Feature requests: We welcome feature requests. Please create a new issue and describe the proposed feature or improvement. -- Pull requests: - - Fork the repository and create a new branch for your contribution. - - Make your changes and commit them. - - Push the changes to your fork. - - Create a pull request with title and description -