github.com/coinstack/gopher-lua@v0.0.0-20180626044619-c9c62d4ee45e/.github/ISSUE_TEMPLATE.md (about)

     1  - [ ] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully?
     2  - [ ] GopherLua is a Lua5.1 implementation.  In Lua, to keep it simple, **it is more important to remove functionalities rather than to add functionalities unlike other languages** . If you are going to introduce some new cool functionalities into the GopherLua code base and the functionalities can be implemented by existing APIs, It should be implemented as a library. 
     3  
     4  Please answer the following before submitting your issue:
     5  
     6  1. What version of GopherLua are you using? : 
     7  2. What version of Go are you using? : 
     8  3. What operating system and processor architecture are you using? :
     9  4. What did you do? :
    10  5. What did you expect to see? :
    11  6. What did you see instead? :
    12