Skip to content

Commit e710120

Browse files
authored
Merge pull request #46 from GetStream/cover
fix images in contributing + new cover
2 parents 5d2bb39 + e414b86 commit e710120

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can include the output of `flutter doctor --verbose` when filing an issue.
2626

2727
Stream's Flutter code is kept in a single mono-repository consisting of multiple packages. Source code for each package can be found under the top-level `/packages` directory.
2828

29-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-03-31_at_4.13.52_PM.png](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-03-31_at_4.13.52_PM.png)
29+
![screenshot](./images/Screen_Shot_2021-03-31_at_4.13.52_PM.png)
3030

3131
### Project Structure 🧱
3232

@@ -88,11 +88,11 @@ Before filing bugs, take a look at our existing backlog. For common bugs, there
8888

8989
To quickly narrow down the amount of tickets on Github, try filtering based on the label that best suites our bug.
9090

91-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_10.55.00_AM.png](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_10.55.00_AM.png)
91+
![screenshot](./images/Screen_Shot_2021-04-14_at_10.55.00_AM.png)
9292

9393
Didn't find an existing issue? That's okay, you can file a new bug using one of our pre-made issue templates.
9494

95-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_10.56.17_AM.png](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_10.56.17_AM.png)
95+
![screenshot](./images/Screen_Shot_2021-04-14_at_10.56.17_AM.png)
9696

9797
Make sure to provide as much information as possible when filing bug reports. A good issue should have steps to reproduce, information on your development environment and expected behavior.
9898

@@ -108,7 +108,7 @@ To file a feature request, select the "Discussions" tab on our GitHub repo or [v
108108

109109
Screenshots, sketches and sample code are all welcomed!
110110

111-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_11.08.48_AM.png](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/Screen_Shot_2021-04-14_at_11.08.48_AM.png)
111+
![screenshot](./images/Screen_Shot_2021-04-14_at_11.08.48_AM.png)
112112

113113
Here are some common questions you can answer when filing a feature request:
114114

@@ -126,7 +126,7 @@ Add any other context or screenshots about the feature request here.
126126

127127
## Pull Request 🎉
128128

129-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/its-coding-time.jpeg](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/its-coding-time.jpeg)
129+
![its-coding-time](./images/its-coding-time.jpeg)
130130

131131
Thank you for taking the time to submit a patch and contribute to our codebase, you rock!
132132

@@ -173,7 +173,7 @@ Develop is merged into master after the team performs various automated and QA t
173173

174174
# Styleguides 💅
175175

176-
![Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/d1d0f6c27141606521bfa6171bfe2a84.png](Stream's%20Contribution%20Guide%20637bb8b4473343818aa46116f6204b41/d1d0f6c27141606521bfa6171bfe2a84.png)
176+
![there are two types of people](./images/d1d0f6c27141606521bfa6171bfe2a84.png)
177177

178178
We use style guides and lint checks to keep our code consistent and maintain best practices. Our team uses Dart's built-in analyzer for linting and enforcing code styles. The full list of analyzer rules can be found below.
179179

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="https://github.com/invertase/melos"><img alt="melos" src="https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square"></a>
1010
</p>
1111

12-
![dart activity feed](./images/githubhero.png)
12+
![dart activity feed](./images/flutter_feeds_alpha_720.png)
1313

1414
**🔗 Quick Links**
1515

images/flutter_feeds_alpha_720.png

170 KB
Loading

0 commit comments

Comments
 (0)