Преглед на файлове

Merge branch 'celeron533-master'

FelisCatus преди 7 години
родител
ревизия
55af9f0c3e
променени са 2 файла, в които са добавени 75 реда и са изтрити 0 реда
  1. 49 0
      .github/ISSUE_TEMPLATE.md
  2. 26 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 49 - 0
.github/ISSUE_TEMPLATE.md

@@ -0,0 +1,49 @@
+<!-- BEFORE YOU START / 请先读我
+
+SwitchyOmega is an open source project for proxy configuration. We cannot help
+you troubleshoot any proxy servers, proxy server software, or your network.
+We do not know how to make SwitchyOmega work with Software X or Company Y's Network.
+Please contact your network administrator or read the server manual.
+
+Please read the FAQ first: https://github.com/FelisCatus/SwitchyOmega/wiki/FAQ
+And then search the issue list: https://github.com/FelisCatus/SwitchyOmega/issues
+Then, feel free to delete this whole section and move on.
+
+----
+
+SwitchyOmega 是一个开源项目,用于代理设置。SwitchyOmega 不是翻墙软件。我们无法
+帮您分析代理服务器、代理软件、您所在地点的网络问题等。我们不知道怎样才能让
+SwitchyOmega 和某某软件(例如翻墙软件)一起工作,也不知道某公司、某地区的网络
+应该怎么设置代理。这些问题请联系您的网络管理员或者阅读代理服务器文档。
+
+(这里只进行 SwitchyOmega 项目开发、功能、故障有关的讨论,不是论坛或者问答社区。)
+
+请先阅读常见问题: https://github.com/FelisCatus/SwitchyOmega/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98
+然后再搜索下现有的 Issue 列表: https://github.com/FelisCatus/SwitchyOmega/issues
+
+CLEAR ABOVE AFTER READ / 阅读后可删除以上内容 -->
+
+### SwitchyOmega version / SwitchyOmega 版本
+
+
+### Browser version & OS version / 浏览器名称、版本及操作系统版本
+
+
+### Problem description / 问题描述
+
+(Please provide as much detail as possible. We recommend the following format.)
+(请尽可能多提供一些细节。我们推荐使用下面的格式。)
+
+#### Steps to reproduce issue / 重现错误所需步骤
+
+(What did you do? / 你做了什么?)
+
+1.
+2.
+3.
+
+#### Expected behavior / 期望发生的情况
+
+
+#### Actual (or suggested) behavior / 实际发生的情况(或建议修改后的行为)
+

+ 26 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,26 @@
+### What does this PR do?
+- [ ] Bug fix
+- [ ] Improvement
+- [ ] New feature
+
+(Note: Translations and typo fixes should be done on https://hosted.weblate.org/projects/switchyomega/ instead of PR.)
+
+Please explain the changes in details here...
+
+#### Compatibility
+
+Is this PR compatible with old versions? Can users simply upgrade the extension?
+Please describe any possible breaking changes (or surprising UX differences).
+
+#### Screenshots (if applicable)
+
+---
+
+After creating the PR:
+
+- Please make sure the CircleCI test passes. Feel free to add more commits for
+bug or style fixes.
+- Any merge conflicts should be fixed on *your* side. Prefer rebasing to merging.
+- Allow some time for project maintainers to review and merge the change.
+- New features & behavior changes are subject to discussion. Please understand
+that project maintainers may reject new features, or request changes.