This file is indexed.

/usr/share/doc/python-cherrypy3-doc/html/_sources/contribute.rst.txt is in python-cherrypy3-doc 8.9.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Contribute
----------

CherryPy is a community-maintained, open-source project hosted at Github.
The project active encourages aspiring and experienced users to dive
in and add their best contribution to the project.

How can you contribute? Well, first search the `docs
<https://docs.cherrypy.org>`_ and the `project page
<https://github.com/cherrypy/cherrypy>`_ to see if someone
has already reported your issue.

StackOverflow
=============

On `StackOverflow <https://stackoverflow.com>`_, there are questions
tagged with 'cherrypy'. Answer unanswered questions, add an improved
answer, clarify an answer with a comment, or ask more meaningful
questions there. Earn reputation and share experience.

CherryPy also maintains a `StackOverflow Wiki
<http://stackoverflow.com/documentation/cherrypy/topics>`_ where
anyone can publish tricks and techniques and refine others.

Filing Bug Reports
==================

If you find a bug, an issue where the product doesn't behave as you
expect, you may file a bug report at `the project page
<https://github.com/cherrypy/cherrypy>`_. Be sure to include
what your expectation was, what happened instead, details about
your system that might be relevant, and steps that someone else
could take to replicate your finding. The more detailed and exact
your description, the better one of the volunteers on the project may
be able to help resolve your issue.

Fixing Bugs
===========

CherryPy has a number of open, reported `issues
<https://github.com/cherrypy/cherrypy/issues>`_. Some of them are
complicated and difficult, but others are more straightforward and
shovel-ready. Feel free to find one that you think you can solve or
introduce yourself and ask for guidance in `our gitter channel
<https://gitter.im/cherrypy/cherrypy>`_.

As you work through the issue and commit changes to your clone
of the repository, be sure to add issue references to your changes
(like "Fixes #999" or "Ref #999") so your changes link to the
issue and vice-versa.

Writing Pull Requests
=====================

To contribute, first read `How to write the perfect pull request
<http://blog.jaraco.com/how-to-write-perfect-pull-request/>`_
and file your contribution with the `CherryPy Project page
<https://github.com/cherrypy/cherrypy>`_.