Skip to content

Commit

Permalink
Instructions how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Feb 13, 2019
1 parent 3a40a98 commit b21539d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## HOW TO CONTRIBUTE TO SCROT DEVELOPMENT

scrot is available at https://github.com/resurrecting-open-source-projects/scrot

If you are interested in contribute to scrot development, please, follow
the following steps:

1. Send a patch that fix an issue or that implement a new feature.
Alternatively, you can do a 'pull request'[1] in GitHub.

[1] https://help.github.com/articles/about-pull-requests

2. Ask for join to the scrot project in GitHub, if you want to work
officially. Note that this second step is not compulsory. However,
to accept you in project, is needed a minimum previous collaboration.


To find issues and bugs to fix, you can check these addresses:

- https://github.com/resurrecting-open-source-projects/scrot
- https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=scrot
- https://bugs.launchpad.net/ubuntu/+source/scrot/+bugs
- https://apps.fedoraproject.org/packages/scrot/bugs
- https://bugs.gentoo.org/buglist.cgi?quicksearch=scrot

If you want to join, please make a contact.

-- Eriberto, Tue, 12 Feb 2019 22:50:53 -0200.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 0.9
<[email protected]>.
* Added --focused option. Thanks to James Cameron <[email protected]>.
* Added an autogen.sh file.
* Added some explanation about how to help the project.
* Character cleanup for UTF-8 compatibility. Thanks to William Vera
<[email protected]>.
* Fixed a missing option for beep prevention. Thanks to Ibragimov Rinat
Expand Down
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ $ make
To return to original source code, you can use '$ make distclean' command.


HELP THIS PROJECT
=================

scrot needs your help. If you are a programmer and if you wants to help a
nice project, this is your opportunity.

scrot was imported from some tarballs (the original homepage and developers
are inactive). After this, all patches found in Debian project and other places
for this program were applied. All initial work was registered in ChangeLog
file (version 0.9 and later releases). scrot is being packaged in Debian[1].

If you are interested to help scrot, read the CONTRIBUTING.md file.

[1] https://tracker.debian.org/pkg/scrot


AUTHOR
======

Expand Down

0 comments on commit b21539d

Please sign in to comment.