Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.6 KB

twitter-together

Submit tweets for @OpenRPC using pull requests

To submit a new tweet, create a new *.tweet file in the tweets/ folder and send a pull request.

Create new tweet

Example

Create a new file tweets/hello-world.tweet with the content

Hello, world!

You can use subfolders, e.g. tweets/2020/01/hello-world.tweet, as long as the file is in the tweets/ folder and has the .tweet file extension

What to tweet

  • Interesting usage/use-cases of OpenRPC
  • New OpenRPC tools
  • Tutorials/projects on using OpenRPC in your project
  • News about OpenRPC and related projects
  • Other items relevant to the OpenRPC community

Notes

  • Only newly created files are handled. Deletions, updates or renames are ignored.
  • *.tweet files will not be created for tweets you send out directly from twitter.com
  • If you need to rename an existing tweet file, please do so locally using git mv old_filename new_filename, otherwise it may occur as deleted and added which would trigger a new tweet.

Questions?

If you have any further questions or suggestions, please create an issue at https://github.com/gr2m/twitter-together/issues/new

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.