From 22638b88ca57497b7bfe5495cf5fabfb0e6d126e Mon Sep 17 00:00:00 2001 From: neon_arch Date: Tue, 16 May 2023 19:30:25 +0300 Subject: [PATCH] chore: restructure and rewrite contributing.md to make it more clear --- CONTRIBUTING.md | 68 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 040801e..e7cc141 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,34 +1,56 @@ -# Things to Consider Before Contributing +# What You Can Contribute To? -## Knowledge Required +## Documentation/Wiki -- Rust basics -- Actix-web crate basics -- Tokio crate and async/await -- Reqwest crate basics -- Serde and serde~json~ crate basics -- fake~useragent~ crate basics -- pyo3/hlua/rlua crates basics +Found a typo, or something that isn't as clear as it could be? Maybe I've missed something off altogether, or you hit a roadblock that took you a while to figure out. Edit the [wiki](https://github.com/neon-mmd/websurfx/wiki) to add to or improve the documentation. This will help future users get Websurfx up and running more easily. + +## Readme + +Found a typo, or the Readme is not very clear as it should be?. Consider Submitting a Pull request to the [Readme](https://github.com/neon-mmd/websurfx/blob/master/README.md) to add to or improve the Readme. This will help future users to better understand the project more clearly. + +## Source Code + +You should know atleast one of the things below to start contributing: + +- Rust basics +- Actix-web crate basics +- Tokio crate and async/await +- Reqwest crate basics +- Serde and serde_json crate basics +- Scraper crate basics +- Frontend (handlebars, css and js). +- Fake useragent crate basics +- pyo3/hlua/rlua crates basics + +## Report a Bug/Issue + +If you've found a bug, then please consider raising it as an issue [here](https://github.com/neon-mmd/websurfx/issues). This will help me know if there's something that needs fixing. Try and include as much detail as possible, such as your environment, steps to reproduce, any console output and maybe an example screenshot or recording if necessary. + +## Spread the word + +Websurfx is still a relatively young project, and as such not many people know of it. It would be great to see more users, and so it would be awesome if you could consider sharing with your friends or on social platforms. ## Guidelines -- Please be patient. +- Please be patient. +- Treat everyone with respect -- \"give respect and take respect.\" +- Document your code properly with Rust coding conventions in mind. +- Provide a brief description of the changes you made in the pull request. +- Provide an appropriate header for the pull request. -- Treat everyone with respect -- \"give respect and take respect.\" +## Join the discussion -- Document your code properly with Rust coding conventions in mind. +We have a [Discord](https://discord.gg/SWnda7Mw5u) channel, feel free to join and share your ideas and ask questions about the project, we would be glad to hear you out. -- Provide a brief description of the changes you made in the pull - request. +# Where To Contribute? -- Provide an appropriate header for the pull request. +## For Source Code Contributions + +The _rolling branch_ is where we intend all source code contributions should go. - **NOTE:** The rolling branch is where all contributions should go. - In other words, it is the working branch for this project. +## For Readme Contributions -We appreciate any contributions and suggestions to help improve the -Websurfx project. Please keep in mind the above requirements and -guidelines before submitting a pull request and also if you have any -doubts/concerns/questions about the project, its source code or anything -related to the project than feel free to ask by opening an -\[issue\](). +The _master branch_ is where we intend all source code contributions should go. + + +We appreciate any contributions whether be of any size or topic and suggestions to help improve the Websurfx project. Please keep in mind the above requirements and guidelines before submitting a pull request and also if you have any doubts/concerns/questions about the project, its source code or anything related to the project than feel free to ask by opening an [issue](https://github.com/neon-mmd/websurfx/issues) or by asking us on our [Discord](https://discord.gg/SWnda7Mw5u) channel.