Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

31 lines (23 loc) · 1.17 KB

Contribution

Preface

Thank you for considering contributing to this sample application. I would like to create the sample application such as helpful when you would like to develop a web application using golang.

How to report a bug

Please create a issue which wrote about the following points when you report a bug.

  1. Version of golang you are using
  2. Operating system you are using
  3. Reprocedure
  4. Expected behavior

Also, please write about it when you know the causes and how to fix the bug.

  1. Cause
  2. How to fix

How to suggest a feature or enhancement

Please create a issue which wrote that purpose and expected behavior, when you have functions which you would like to implement as a sample.

  1. Purpose
  2. Expected behavoir, What kind of function do you propose?
  3. How to develop

How to create a pull request

You can feel free to fork this repository, fix the source code and create a pull request when you have noticed that you can resolve a issue. And after that, please check passed the check workflow of GitHub Action.

I will check your pull request, and I may suggest some improvements or alternatives. If there was no problem, I will merge your changes.