Revision: 94d4a155f283
Author:   nogu.dev <[email protected]>
Date:     Sun Mar 11 01:10:04 2012
Log:      * ContributeUim.wiki
  - New file.
http://code.google.com/p/uim/source/detail?r=94d4a155f283&repo=wiki

Added:
 /ContributeUim.wiki

=======================================
--- /dev/null
+++ /ContributeUim.wiki Sun Mar 11 01:10:04 2012
@@ -0,0 +1,48 @@
+#summary This page describes how to contribute uim.
+
+= Introduction =
+
+This page describes how to contributes uim. In general, you have 2 ways to constribute uim:
+ * Report to the [https://bugs.freedesktop.org/ Bugzilla]
+ * Post to the [https://groups.google.com/forum/#!forum/uim-en uim-en] mailing list
+
+The intended audience of this page is mainly non-committers, who doesn't permission to commit the uim repository.
+
+= Details =
+
+== Reporting a bug ==
+
+When reporting a bug, you should include the following items in your report:
+ * uim version
+ * OS (distribution) and its version
+ * description on the bug
+
+== Requesting a feature ==
+
+If you decide to use the [https://bugs.freedesktop.org/ Bugzilla], set its "Severity" to "enhancement".
+
+== Fixing a bug ==
+
+When fixing a bug, you should include the following items in your report:
+ * your patch to fix the bug
+ * description on the bug
+ * description on what your patch does
+
+You should use "git format-patch" to create your patch. For detail, see [DevelopUim].
+
+== Translating ==
+
+The translation files (po files) in the uim repository is in [http://code.google.com/p/uim/source/browse/po/ po] directory. You can get the translation files with Git:
+{{{
+$ git clone https://code.google.com/p/uim/
+$ cd uim/po
+$ ls *.po
+}}}
+
+If the uim repository have a translation file corresponding to your native language, edit the file and post the file to post the Bugizlla or the uim-en mailing list.
+
+If the repository doesn't have a correspoing po file, create one with `msginit` in po directory, which is the gettext package:
+{{{
+$ msginit
+}}}
+and edit the created file and post the file to post the Bugizlla or the uim-en mailing list.

Reply via email to