mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add Active Job bug report templates to guide [ci skip]
Follow up to #26362
This commit is contained in:
parent
55c5dffd9f
commit
29cab68c5f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ Having a way to reproduce your issue will be very helpful for others to help con
|
|||
|
||||
* Template for Active Record (models, database) issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_record_master.rb)
|
||||
* Template for Action Pack (controllers, routing) issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/action_controller_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/action_controller_master.rb)
|
||||
* Template for Active Job issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_job_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/active_job_master.rb)
|
||||
* Generic template for other issues: [gem](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_gem.rb) / [master](https://github.com/rails/rails/blob/master/guides/bug_report_templates/generic_master.rb)
|
||||
|
||||
These templates include the boilerplate code to set up a test case against either a released version of Rails (`*_gem.rb`) or edge Rails (`*_master.rb`).
|
||||
|
|
Loading…
Reference in a new issue