WeAreDotnet / dotnet-creator-cards

This repository feeds the creator list at WeAreDotnet. It is also used to track issues and suggestions
https://www.wearedotnet.io
MIT License
164 stars 195 forks source link
community-project dotnet rss

Please note

The repository contains some cards based on an old file format. Please make sure to use the new format: https://github.com/WeAreDotnet/dotnet-creator-cards/blob/main/creator-cards/_creatorTemplate.json

Welcome!

Welcome to https://www.wearedotnet.io

If you write about .NET or create .NET-related content, we are happy to have you here!

We would love to add your content. Just make sure to follow our Code of Conduct

You must add the full URL to your GitHub profile to your card, so we can assign it to the member account that used the same GitHub account for sign-up.

Two Steps

To become a creator a card and a member account is required. When your card has the GitHub URL of the account you have been using to sign-up we are going to link your account automatically to your card.

WeAreDonet Creator Submission Guidelines

When Do We Accept Someone's Creator Card Submission?

RSS or Atom Feed

Content Guideline

JSON Card Format

Name Description
name First and Lastname
type CREATOR or MAINTAINER
channels Max. 5 channels (Blog, Site etc.)
Feeds Max. 5 Feeds

Sample Card

{
  "name": "FirstName LastName",
  "type": "CREATOR|MAINTAINER",
  "tags": ".NET, C#, ASP.NET",
  "github": "https://github.com/username",
  "channels": [
    {
      "name": "Blog|Site|Twitch|Youtube|Book|etc",
      "url": "https://www.wearedotnet.io/"
    }
  ],
  "feeds": [{
    "type": "personal|dotnet",
    "url": "https://...feeds/dotnet/rss.xml"
  }],
  "projects": [
    {
      "name": "Project Name",
      "description": "Project Description",
      "url": "https://github.com/<org>/project"
    }
  ]
}