Skip to content

Commit fc53680

Browse files
authored
feat(post): new post on Open source tips, WIP
1 parent 168f738 commit fc53680

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

_drafts/open-source-projects.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
title: "Launching a sucessful open source project"
4+
tags: hpc software
5+
---
6+
7+
# A sucessfuly open source project
8+
9+
When a company decides to make a project open source, it often only goes through one step, copying the code to github. But this does not make the project a sucess. In fact projects like this are often quickly overlooked. This begs the question: What do people look for when selecting an open source project to use?
10+
11+
10 Things to do, to get your open source project looked at:
12+
1. Have a README.md
13+
2. Have releases on the project page. This is one of the first places I look. It tells me if the project has regular releases and speaks to how well the project is maintained.
14+
3. Issues and pull requests. If you have these and I'm thinking about using your library, I'll probably look at them. If they are long lasting bugs, thats bad, if they are well structured ehancements, thats good.
15+
4. CI badges in your readme.md. This is a tall tale sign that the project has its act together and won't be shipping a broken build anytime soon.
16+
5. Be compatible with package managers. Having a good description and readme will help you get your product into the search results for google, but having it in a package manager will get it there twice!

0 commit comments

Comments
 (0)