You can contribute to this repository very easily!
-
Get the rss feed you want to add.
-
Fork Repository First.
-
Go to OPML Lists Folder in your forked Repository.
-
Select Folder according to the feeds category that you want to add.
-
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"/>
-
Enter feed title and enter feed url by replacing above text with appropriate info of your feed.
-
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.
-
After adding the commit title, click on propose changes and follow the steps to create a pull request.
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)
- 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!