docs: Add screenshot-and-gif-software.md and link to it.

This commit is contained in:
Vaida Plankyte 2017-06-16 16:06:10 +01:00 committed by showell
parent d91691be2f
commit b02b49ca4e
3 changed files with 50 additions and 1 deletions

View File

@ -898,7 +898,13 @@ You'll see the *Open a pull request* page:
![images-create-pr] ![images-create-pr]
Provide a **title** and first comment for your pull request. Remember to prefix Provide a **title** and first comment for your pull request. Remember to prefix
your pull request title with [WIP] if it is a work-in-progress. your pull request title with [WIP] if it is a work-in-progress.
If your pull request has an effect on the visuals of a component, you might want
to include a screenshot of this change or a GIF of the interaction in your first
comment. This will allow reviewers to comment on your changes without having to
checkout your branch; you can find a list of tools you can use for this over
[here][screenshots-gifs].
When ready, click the green **Create pull request** to submit the pull request. When ready, click the green **Create pull request** to submit the pull request.
@ -1481,6 +1487,7 @@ Deleting local branch review-original-5156 (was 5a1e982)
[gitgui-gitk]: https://git-scm.com/docs/gitk [gitgui-gitk]: https://git-scm.com/docs/gitk
[travis-ci]: https://travis-ci.org/ [travis-ci]: https://travis-ci.org/
[travis-ci-profile]: https://travis-ci.org/profile [travis-ci-profile]: https://travis-ci.org/profile
[screenshots-gifs]: screenshot-and-gif-software.html
[self-setup]: git-guide.html#setup-git [self-setup]: git-guide.html#setup-git
[self-how-git-is-different]: git-guide.html#how-git-is-different [self-how-git-is-different]: git-guide.html#how-git-is-different
[self-git-terms]: git-guide.html#important-git-terms [self-git-terms]: git-guide.html#important-git-terms

View File

@ -83,6 +83,7 @@ Contents:
writing-views writing-views
life-of-a-request life-of-a-request
reading-list reading-list
screenshot-and-gif-software
.. _code-contribution-guide: .. _code-contribution-guide:

View File

@ -0,0 +1,41 @@
# Screenshot and GIF software
The following list documents different screenshoting & GIF-making techniques and
free software. We encourage you to make use of these when making front-end pull
requests, as other contributors can see the changes you have made without having
to checkout your branch.
## Screenshot tools by platform
### Browser
- [LightShot Screenshot](https://app.prntscr.com/en/index.html) (Chrome, Firefox, IE & Opera)
### MacOS
- Command-Shift-3 to capture all of the screen
- Command-Shift-4 and drag cursor to select a specific area
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
- [Gyazo](https://gyazo.com/en)
### Windows
- Snipping Tool (inbuilt)
- [LightShot Screenshot](https://app.prntscr.com/en/index.html)
- [Gyazo](https://gyazo.com/en)
### Linux
- gnome-screenshot (inbuilt, you can use Ctrl-Shift-PrtScn as a shortcut for its “select an area to grab” feature)
## GIF tools by platform
### Browser
- [GIPHY](https://giphy.com)
### MacOS
- [GIPHY](https://giphy.com/apps/giphycapture)
- [GIF Brewery](http://gifbrewery.com/)
- [Gyazo GIF](https://gyazo.com/en)
### Windows
- [ScreenToGif](http://www.screentogif.com/)
- [Gyazo GIF](https://gyazo.com/en)
### Linux
- [SilentCast](https://github.com/colinkeenan/silentcast)
- [Peek](https://github.com/phw/peek)