-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CONTRIBUTING.md file * Release 0.1.1
- Loading branch information
Michał Kawałko
authored
Aug 16, 2019
1 parent
b886d7a
commit f372c47
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
|
||
When contributing to this repository, please first discuss the change you wish to make via issue. | ||
|
||
## Before making a Pull Request | ||
|
||
1. Update the README.md - if needed. | ||
2. Update the CHANGELOG.md - if needed (often needed). | ||
3. Format the code - always | ||
4. Pull request against the `dev` branch. | ||
|
||
Thanks in advance for any contribution to this project! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: tweet_ui | ||
description: Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, | ||
symbols, urls and quoted Tweets. | ||
version: 0.1.0+3 | ||
version: 0.1.1 | ||
author: OmniNext team @ Schibsted <[email protected]> | ||
homepage: https://github.com/schibsted/tweet_ui | ||
|
||
|