diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-28 22:31:12 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-05-28 22:31:12 +0200 |
commit | 9c2f5d706c61859e69dd1b7a3b54f898dcf8d480 (patch) | |
tree | cd1f6b28d6a81d94a42ef8ec250333a038be0499 /docs/contributing/issues_features.rst | |
parent | 337dcdf07c51df2208da65aa9c5ab06a09d5cc3a (diff) | |
download | vyos-documentation-9c2f5d706c61859e69dd1b7a3b54f898dcf8d480.tar.gz vyos-documentation-9c2f5d706c61859e69dd1b7a3b54f898dcf8d480.zip |
Contribution: split source into smaller files
Diffstat (limited to 'docs/contributing/issues_features.rst')
-rw-r--r-- | docs/contributing/issues_features.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/contributing/issues_features.rst b/docs/contributing/issues_features.rst new file mode 100644 index 00000000..de55128e --- /dev/null +++ b/docs/contributing/issues_features.rst @@ -0,0 +1,27 @@ +.. _issues_features: + +Issues and Feature requests +=========================== + +For Bug Reports and Feature Requests please take a look at Phabricator here: + +https://phabricator.vyos.net + +Bug Report / Issue +------------------ + +To create a Bugreport use the quick link in the left side under the specific +project. Please think about the next points: + +* provide as much information as you can +* which version you use +* what is to do to reproduce the bug + +Feature Request +--------------- + +To send a Feature Request please search Phabricator if there is already a +feature request targeting your request. You can enhance it or if you don't find +one create a new one by use the quick link in the left side under the specific +project. + |