You are here

README.txt in BugHerd 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration

INTRODUCTION
------------

BugHerd (https://bugherd.com) is an issue tracking system built for designers
and web developers. This module allows you to quickly and easily add BugHerd
to your Drupal site. The module allows you grant access to BugHerd by roles and
even turn it off for admin pages.

You can sign up for a free 14 day trial of BugHerd and see if it will work for
you - no credit card needed. Check out the features list
(https://bugherd.com/features).

REQUIREMENTS
------------

No requirements.

INSTALLATION
------------

This is like any other module.

1. Add it to your project with composer
"composer require drupal/bugherd".

2. Enable the module

CONFIGURATION
-------------

1. Configure the bugherd project key in the configuration form.
/admin/config/development/bugherd

2. Configure the permissions for the roles that needs to use BugHerd.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. BugHerd (https://bugherd.com) is an issue tracking system built for designers
  10. and web developers. This module allows you to quickly and easily add BugHerd
  11. to your Drupal site. The module allows you grant access to BugHerd by roles and
  12. even turn it off for admin pages.
  13. You can sign up for a free 14 day trial of BugHerd and see if it will work for
  14. you - no credit card needed. Check out the features list
  15. (https://bugherd.com/features).
  16. REQUIREMENTS
  17. ------------
  18. No requirements.
  19. INSTALLATION
  20. ------------
  21. This is like any other module.
  22. 1. Add it to your project with composer
  23. "composer require drupal/bugherd".
  24. 2. Enable the module
  25. CONFIGURATION
  26. -------------
  27. 1. Configure the bugherd project key in the configuration form.
  28. /admin/config/development/bugherd
  29. 2. Configure the permissions for the roles that needs to use BugHerd.