Skip to content

Commit 6581935

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent ff834ae commit 6581935

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
You **must** post issues only here. Questions, ideas **must** be posted in discussions.
2-
1+
You **must** post issues only here. Questions, ideas **must** be posted in [discussions](https://github.com/yuin/gopher-lua/discussions).
32

43
- [ ] 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?
54
- [ ] 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.

0 commit comments

Comments
 (0)