You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by rs...@apache.org on 2023/06/07 04:50:21 UTC

[trafficcontrol] branch master updated: Reorder issue template steps (#7559)

This is an automated email from the ASF dual-hosted git repository.

rshah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 0567a23f4e Reorder issue template steps (#7559)
0567a23f4e is described below

commit 0567a23f4e3fe35422c1b137f21a59fdd1bdf93a
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Tue Jun 6 22:50:15 2023 -0600

    Reorder issue template steps (#7559)
---
 .github/ISSUE_TEMPLATE/1-bug-report.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
index bf56ecb431..0d2e6234dd 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -50,16 +50,16 @@ or the Traffic Control Users mailing list (send an email to users-subscribe@traf
 - Automation <!-- Please specify which (GitHub Actions, Docker images, Ansible Roles, etc.) -->
 - unknown
 
-## Current behavior:
-<!-- Describe how the bug happens -->
+## What did you do?
+<!-- If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and
+include the applicable TC version.
+-->
 
 
-## Expected behavior:
-<!-- Describe what the behavior would be without the bug -->
+## What did you expect to happen?
+<!-- Describe how the bug happens -->
 
 
-## Steps to reproduce:
-<!-- If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and
-include the applicable TC version.
--->
+## What actually happened?
+<!-- Describe what the behavior would be without the bug -->