DEV Community

BekahHW for OpenSauced

Posted on

Who's looking for open source contributors? (week 49)

Open Source thrives on community collaboration. Whether you're a seasoned contributor or just starting out, we're here to foster those connections and support your journey through these weekly posts!

Tell us about your project

Promote your project by providing a link to the repo. Everyone who posted in previous weeks is welcome back this week, as always 😄

Open Source should be a welcoming space for contributors. The README is the front door of your project. If you'd like to check out an example of a README, here's our OpenSauced/insights README.

If you submit please have the following in your repo to make it welcoming and helpful for contributors:

  1. README.md
  2. CONTRIBUTING.md

Feel free to drop your issues and repos in the OpenSauced Discord #👀-looking-for-contributors channel at any time!

If you're new to open source, and you're not sure where to start, check out our Intro to Open Source course.

Finally, consider reading the Best Practices for Maintainers.

Just a note to say, we've restarted this post from something Ben was doing for a while :star-struck:

Let's bring collaboration and inspiration to every open source contributor!

Top comments (3)

Collapse
 
michthebrandofficial profile image
michTheBrandofficial

github.com) michTheBrandofficial/NixixJS

Here is my code repo for the new JavaScript framework NixixJS. Feel free to checkout the README.md file. Thank you all.

Collapse
 
zigrazor profile image
ZigRazor

GitHub logo ZigRazor / CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

CXXGraph

DOI

DOI

codecov CodeFactor

GitHub license GitHub release

Generic badge Generic badge Generic badge

Generic badge Generic badge

Join the chat at https://gitter.im/CXXGraph-Community/community

Share on Tweet

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithms in C++. In other words a "Comprehensive C++ Graph Library" An alternative to Boost Graph Library (BGL).

We are Looking for...

We are looking for:

  • Site Developer for the development of the CXXGraph site ( for the moment on GitHub Page );
  • Developers and Committers, also at first experience, we will guide you step by step to the open-source world!

If you are interested, please contact us at zigrazor@gmail.com or contribute to this project. We are waiting for you!

Roadmap

Completed Description Date of Completition
✔️ First Optimization Apr 4, 2022
✔️ Add Benchmark for all algorithms Oct 5, 2022
✔️ Code Optimization Oct 5, 2022
✔️ Release 0.4.0 Oct 7, 2022
✔️ "Const" Code Review #155 Mar 23, 2023
✔️ Release 0.5.0 Mar 23, 2023
Test
Collapse
 
tuxerrante profile image
Affinito Alessandro