Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
logstash-forwarder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LaaS
logstash-forwarder
Commits
f9a43286
Commit
f9a43286
authored
Oct 09, 2013
by
Jordan Sissel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- add contributing file
parent
09daea99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
0 deletions
+68
-0
CONTRIBUTING.md
CONTRIBUTING.md
+65
-0
Makefile
Makefile
+3
-0
No files found.
CONTRIBUTING.md
0 → 100644
View file @
f9a43286
# Contributing to lumberjack
All contributions are welcome: ideas, patches, documentation, bug reports,
complaints, etc!
Programming is not a required skill, and there are many ways to help out!
It is more important to us that you are able to contribute.
That said, some basic guidelines, which you are free to ignore :)
## Want to learn?
Want to lurk about and see what others are doing with logstash and lumberjack?
*
The irc channel (#logstash on irc.freenode.org) is a good place for this
*
The
[
mailing list
](
http://groups.google.com/group/logstash-users
)
is also
great for learning from others.
## Got Questions?
Have a problem or a question?
*
You can email the
[
mailing list
](
http://groups.google.com/group/logstash-users
)
*
alternately, you are welcome to join the IRC channel #logstash on
irc.freenode.org and ask for help there!
## Have an Idea or Feature Request?
*
File a ticket on
[
jira
](
https://github.com/jordansissel/lumberjack
)
, or email the
[
mailing list
](
http://groups.google.com/group/logstash-users
)
, or email
me personally (jls@semicomplete.com) if that is more comfortable.
## Something Not Working? Found a Bug?
If you think you found a bug, it probably is a bug.
*
File it on
[
jira
](
https://github.com/jordansissel/lumberjack
)
*
or the
[
mailing list
](
http://groups.google.com/group/logstash-users
)
.
# Contributing Documentation and Code Changes
If you have a bugfix or new feature that you would like to contribute to
logstash, and you think it will take more than a few minutes to produce the fix
(ie; write code), it is worth discussing the change with the logstash users and
developers first! You can reach us via
[
jira
](
https://github.com/jordansissel/lumberjack
)
, the
[
mailing
list
](
http://groups.google.com/group/logstash-users
)
, or via IRC (#logstash on
freenode irc)
## Contribution Steps
1.
Test your changes! Run the test suite ('make test')
2.
Please make sure you have signed our
[
Contributor License
Agreement
](
http://www.elasticsearch.org/contributor-agreement/
)
. We are not
asking you to assign copyright to us, but to give us the right to distribute
your code without restriction. We ask this of all contributors in order to
assure our users of the origin and continuing existence of the code. You
only need to sign the CLA once.
3.
Send a pull request! Push your changes to your fork of the repository and
[
submit a pull
request
](
https://help.github.com/articles/using-pull-requests
)
. In the pull
request, describe what your changes do and mention any open issues related
to the pull request.
Makefile
View file @
f9a43286
...
...
@@ -104,3 +104,6 @@ build:
build/include build/bin build/test
:
| build
mkdir
$@
test
:
rspec
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment