Skip to content

Commit 239138b

Browse files
committed
Merge pull request #1152 from Gama11/patch-8
CONTRIBUTING.md: C# doesn't have "import"
2 parents f6a2727 + 07a6cf6 commit 239138b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AppMan entries
22

3-
If you want to add your plugin, theme or extension to AppMan, you need to do a pull request to the appman.xml file adding a new entry inside the FD5 comments. Requirements for the offered plugins, themes or extensions are:
3+
If you want to add your plugin, theme or extension to AppMan, you need to do a pull request to the `appman.xml` file adding a new entry inside the FD5 comments. Requirements for the offered plugins, themes or extensions are:
44

55
* Code needs to be open source and reviewable in a public repository
6-
* The item needs to be packaged into a FDZ file and provide a MD5 checksum for verification
7-
* The FDZ needs to extract the files to the automated plugin directory: $(BaseDir)/Plugins
6+
* The item needs to be packaged into a `.fdz` file and provide a MD5 checksum for verification
7+
* The `.fdz` needs to extract the files to the automated plugin directory: `$(BaseDir)/Plugins`
88

99
# Coding style
1010

@@ -132,7 +132,7 @@ Point[] myPoints = new Point[]
132132
##### Code example:
133133

134134
```c#
135-
import System;
135+
using System;
136136

137137
namespace MyNameSpace
138138
{

0 commit comments

Comments
 (0)