Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

55 lines (29 loc) · 2.08 KB

Contribution Guide

Open Source Love Pull Requests Welcome

Content

Adding Rss Feeds Url

You can contribute to this repository very easily!

  1. Get the rss feed you want to add.

  2. Fork Repository First.

  3. Go to OPML Lists Folder in your forked Repository.

  4. Select Folder according to the feeds category that you want to add.

  5. Go to the .OMPL file in that selected folder and edit it.

Go to the bottom of the file and copy paste this line before </outline> line.

<outline title="enter-feed-title-here" text="enter-feed-title-here" type="rss" xmlUrl="enter-feed-url-here"/>

  1. Enter feed title and enter feed url by replacing above text with appropriate info of your feed.

  2. Once you're done, scroll to the bottom of the list to commit the change. Make sure the title of the commit is relevant. For example: Added RSS Feeds in Technology Category.

  3. After adding the commit title, click on propose changes and follow the steps to create a pull request.



Adding New Category

To add a new category, go to the Go to the README file of your forked Repository

Edit it and add a list item with the name of the category and the URL to it (hash of the slug of the name). For example:

- [New Category](#new-category)
  1. Once you're done, scroll to the bottom of the list to commit the change. Make sure the title of the commit is relevant. For example: Added How to Contribute under New Category.

10 After adding the commit title, click on propose changes and follow the steps to create a pull request.

That's it! Congratulations on making your contribution!